Home
last modified time | relevance | path

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

12

/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; } isReg() function
/llvm-project/bolt/include/bolt/Passes/
H A DRetpolineInsertion.h28 bool isReg() const { return !IsMem; } in isReg() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstAlias.h64 bool isReg() const { return Kind == K_Reg; } in isReg() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h399 bool isReg() const { return IsReg; } isReg() function
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp32 assert(MI.getOperand(OpNo).isReg() && "Register operand expected."); in isReg() function
[all...]
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp47 bool Operand::isReg() const { return Tracker; } in isReg() function in llvm::exegesis::Operand
/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp125 bool isReg() const override { return Kind == Register; } isReg() function
/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...]
/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp160 bool isReg() const override { return Kind == k_Reg; } isReg() function in __anon0a319ea10111::MSP430Operand
/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp187 bool isReg() const override { return Kind == k_Register; } isReg() function in __anon6f0156450111::AVROperand
/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp118 bool isReg() const { return Repr == OK_Reg; } in isReg() function in __anon9d8da9a30311::OperandsSignature::OpKind
/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp147 bool isReg() const override { return Kind == Register; } in isReg() function
/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp224 bool isReg() const override { isReg() function in __anonf32883310111::SystemZOperand
227 bool isReg(RegisterKind RegKind) const { isReg() function in __anonf32883310111::SystemZOperand
[all...]
/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp311 bool M68kOperand::isReg() const { isReg() function in M68kOperand
[all...]
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp100 bool isReg() const override { return false; } isReg() function
/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h68 bool isReg() const { return Kind == kRegister; } in isReg() function
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h512 bool isReg() const override { return Kind == Register; } isReg() function
/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp190 bool isReg() const override { return Kind == REGISTER; } isReg() function
/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp258 bool isReg() const override { return Kind == k_Register; } isReg() function in __anone9c3bfa50211::SparcOperand
/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp217 bool isReg() const override { return Kind == k_Register; } isReg() function in __anon5e8dac490211::VEOperand
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp60 bool isReg() const { isReg() function
[all...]
/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp224 bool isReg() const override { return Kind == Register; } in isReg() function
/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp191 bool isReg() const override { return Kind == KindTy::Register; } isReg() function in __anon4cc3c3ed0111::LoongArchOperand

12