/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MachineLocation.h | 46 bool isReg() const { return IsRegister; } in isReg() function
|
H A D | MCInst.h | 61 bool isReg() const { return Kind == kRegister; } in isReg() function
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenInstAlias.h |
|
H A D | FastISelEmitter.cpp | 110 bool isReg() const { return Repr == OK_Reg; } isReg() function in __anon325e80020311::OperandsSignature::OpKind
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Utils.h | 387 bool isReg() const { return IsReg; } isReg() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsInstPrinter.cpp | 32 static bool isReg(const MCInst &MI, unsigned OpNo) { in isReg() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 125 bool isReg() const override { return Kind == Register; } in isReg() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFRegisters.h | 98 constexpr bool isReg() const { return Reg == 0 || isRegId(Reg); } in isReg() function
|
H A D | MachineOperand.h | 329 bool isReg() const { return OpKind == MO_Register; } in isReg() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 160 bool isReg() const override { return Kind == k_Reg; } in isReg() function in __anon9e0397600111::MSP430Operand
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 134 bool isReg() const override { return Kind == Register; } isReg() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 187 bool isReg() const override { return Kind == k_Register; } in isReg() function in __anon2e336bc40111::AVROperand
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 224 bool isReg() const override { in isReg() function in __anonc35ba7b00111::SystemZOperand 227 bool isReg(RegisterKind RegKind) const { in isReg() function in __anonc35ba7b00111::SystemZOperand [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
H A D | M68kAsmParser.cpp | 311 bool M68kOperand::isReg() const { in isReg() function in M68kOperand [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 190 bool isReg() const override { return Kind == REGISTER; } in isReg() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 100 bool isReg() const override { return false; } in isReg() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 68 bool isReg() const { return Kind == kRegister; } in isReg() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 512 bool isReg() const override { return Kind == Register; } in isReg() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 279 bool isReg() const override { return Kind == k_Register; } isReg() function in __anon76f27ca40211::SparcOperand
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 60 bool isReg() const { in isReg() function [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 183 bool isReg() const override { return Kind == KindTy::Register; } isReg() function in __anon92e30fec0111::LoongArchOperand
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 217 bool isReg() const override { return Kind == k_Register; } in isReg() function in __anon82ee56080211::VEOperand
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 224 bool isReg() const override { return Kind == Register; } in isReg() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 343 bool isReg() const { return Kind == CV_Register; } in isReg() function in __anon8d046c360111::CountValue [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 454 bool isReg() const override { return false; } isReg() function
|