Functions§
- a64_
reg_ 🔒index - If the register is an AArch64 integer register then return its index.
- a64_
vreg_ 🔒index - If the register is an AArch64 vector register then return its index.
- any_
target_ 🔒feature_ enabled - dummy_
output_ 🔒type - Type to use for outputs that are discarded. It doesn’t really matter what the type is, as long as it is valid for the constraint code.
- inline_
asm_ 🔒call - llvm_
asm_ 🔒scalar_ type - Helper function to get the LLVM type for a Scalar. Pointers are returned as the equivalent integer type.
- llvm_
fixup_ 🔒input - Fix up an input value to work around LLVM bugs.
- llvm_
fixup_ 🔒output - Fix up an output value to work around LLVM bugs.
- llvm_
fixup_ 🔒output_ type - Output type to use for llvm_fixup_output.
- modifier_
to_ 🔒llvm - Converts a modifier into LLVM’s equivalent modifier.
- reg_
to_ 🔒llvm - Converts a register class to an LLVM constraint code.
- xmm_
reg_ 🔒index - If the register is an xmm/ymm/zmm register then return its index.