Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstAlias.h64 bool isReg() const { return Kind == K_Reg; } in isReg() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h399 bool isReg() const { return IsReg; } in isReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp31 static bool isReg(const MCInst &MI, unsigned OpNo) { isReg() function
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp125 bool isReg() const override { return Kind == Register; } in isReg() function
/freebsd/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
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp160 bool isReg() const override { return Kind == k_Reg; } in isReg() function in __anon2e2431ce0111::MSP430Operand
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp187 bool isReg() const override { return Kind == k_Register; } in isReg() function in __anon06c44bb20111::AVROperand
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp118 bool isReg() const { return Repr == OK_Reg; } in isReg() function in __anon3cd78fb00311::OperandsSignature::OpKind
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp147 bool isReg() const override { return Kind == Register; } in isReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp224 bool isReg() const override { in isReg() function in __anonde0c959e0111::SystemZOperand
227 bool isReg(RegisterKind RegKind) const { in isReg() function in __anonde0c959e0111::SystemZOperand
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp311 bool M68kOperand::isReg() const { in isReg() function in M68kOperand
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h68 bool isReg() const { return Kind == kRegister; } in isReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp100 bool isReg() const override { return false; } in isReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp190 bool isReg() const override { return Kind == REGISTER; } in isReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h512 bool isReg() const override { return Kind == Register; } in isReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp261 bool isReg() const override { return Kind == k_Register; } in isReg() function in __anonebada3920211::SparcOperand
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp60 bool isReg() const { in isReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp217 bool isReg() const override { return Kind == k_Register; } in isReg() function in __anon944a62760211::VEOperand
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp224 bool isReg() const override { return Kind == Register; } in isReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp191 bool isReg() const override { return Kind == KindTy::Register; } in isReg() function in __anon571544da0111::LoongArchOperand
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp343 bool isReg() const { return Kind == CV_Register; } in isReg() function in __anoncd4cffa40111::CountValue
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp456 bool isReg() const override { return false; } in isReg() function

12