Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMachineLocation.h46 bool isReg() const { return IsRegister; } in isReg() function
DMCInst.h57 bool isReg() const { return Kind == kRegister; } in isReg() function
/external/llvm-project/llvm/include/llvm/MC/
DMachineLocation.h46 bool isReg() const { return IsRegister; } in isReg() function
DMCInst.h57 bool isReg() const { return Kind == kRegister; } in isReg() function
/external/llvm/include/llvm/MC/
DMachineLocation.h53 bool isReg() const { return IsRegister; } in isReg() function
DMCInst.h56 bool isReg() const { return Kind == kRegister; } in isReg() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsInstPrinter.cpp31 static bool isReg(const MCInst &MI, unsigned OpNo) { in isReg() function
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsInstPrinter.cpp31 static bool isReg(const MCInst &MI, unsigned OpNo) { in isReg() function
/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp32 static bool isReg(const MCInst &MI, unsigned OpNo) { in isReg() function
/external/capstone/arch/Mips/
DMipsInstPrinter.c105 static bool isReg(MCInst *MI, unsigned OpNo, unsigned R) in isReg() function
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp48 bool Operand::isReg() const { return Tracker; } in isReg() function in llvm::exegesis::Operand
/external/llvm-project/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp126 bool isReg() const override { return Kind == Register; } in isReg() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp124 bool isReg() const override { return Kind == Register; } in isReg() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h326 bool isReg() const { return Kind == K_Reg; } in isReg() function
DFastISelEmitter.cpp96 bool isReg() const { return Repr == OK_Reg; } in isReg() function in __anonf9359ff90311::OperandsSignature::OpKind
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h230 bool isReg() const { return OpKind == MO_Register; } in isReg() function
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h365 bool isReg() const { return Kind == K_Reg; } in isReg() function
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp196 bool isReg() const override { in isReg() function in __anond03072c70111::SystemZOperand
199 bool isReg(RegisterKind RegKind) const { in isReg() function in __anond03072c70111::SystemZOperand
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp157 bool isReg() const { return Kind == k_Reg; } in isReg() function in __anon0e52c1590111::MSP430Operand
/external/llvm-project/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp159 bool isReg() const override { return Kind == k_Reg; } in isReg() function in __anon8d28a8650111::MSP430Operand
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h319 bool isReg() const { return OpKind == MO_Register; } in isReg() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineOperand.h319 bool isReg() const { return OpKind == MO_Register; } in isReg() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp179 bool isReg() const { return Kind == k_Register; } in isReg() function in __anon968ccefd0111::AVROperand
/external/llvm-project/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp181 bool isReg() const override { return Kind == k_Register; } in isReg() function in __anonbdf55d090111::AVROperand
/external/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp217 bool isReg() const override { in isReg() function in __anon10090df50111::SystemZOperand
220 bool isReg(RegisterKind RegKind) const { in isReg() function in __anon10090df50111::SystemZOperand

123