Home
last modified time | relevance | path

Searched defs:isReg (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMachineLocation.h46 bool isReg() const { return IsRegister; } in isReg() function
H A DMCInst.h61 bool isReg() const { return Kind == kRegister; } in isReg() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstAlias.h
H A DFastISelEmitter.cpp110 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 DUtils.h387 bool isReg() const { return IsReg; } isReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp32 static bool isReg(const MCInst &MI, unsigned OpNo) { in isReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp125 bool isReg() const override { return Kind == Register; } in isReg() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h98 constexpr bool isReg() const { return Reg == 0 || isRegId(Reg); } in isReg() function
H A DMachineOperand.h329 bool isReg() const { return OpKind == MO_Register; } in isReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp160 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 DXtensaAsmParser.cpp134 bool isReg() const override { return Kind == Register; } isReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp187 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 DSystemZAsmParser.cpp224 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 DM68kAsmParser.cpp311 bool M68kOperand::isReg() const { in isReg() function in M68kOperand
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp190 bool isReg() const override { return Kind == REGISTER; } in isReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp100 bool isReg() const override { return false; } in isReg() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h68 bool isReg() const { return Kind == kRegister; } in isReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h512 bool isReg() const override { return Kind == Register; } in isReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp279 bool isReg() const override { return Kind == k_Register; } isReg() function in __anon76f27ca40211::SparcOperand
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp60 bool isReg() const { in isReg() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp183 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 DVEAsmParser.cpp217 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 DCSKYAsmParser.cpp224 bool isReg() const override { return Kind == Register; } in isReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp343 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 DPPCAsmParser.cpp454 bool isReg() const override { return false; } isReg() function

12