Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMachineLocation.h47 bool isReg() const { return IsRegister; } in isReg() function
DMCInst.h58 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/include/llvm/MC/
DMachineLocation.h51 bool isReg() const { return IsRegister; } in isReg() function
DMCInst.h52 bool isReg() const { return Kind == kRegister; } in isReg() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp32 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/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h300 bool isReg() const { return Kind == K_Reg; } in isReg() function
DFastISelEmitter.cpp90 bool isReg() const { return Repr == OK_Reg; } in isReg() function in __anonc8589b870111::OperandsSignature::OpKind
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h191 bool isReg() const { return OpKind == MO_Register; } in isReg() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp124 bool isReg() const override { return Kind == Register; } in isReg() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h338 bool isReg() const { return Kind == K_Reg; } in isReg() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h326 bool isReg() const { return Kind == K_Reg; } in isReg() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp113 bool isReg() const override { return Kind == Local || Kind == Stack; } in isReg() function
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h230 bool isReg() const { return OpKind == MO_Register; } in isReg() function
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
DMBlazeAsmParser.cpp175 bool isReg() const { return Kind == Register; } in isReg() function
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp196 bool isReg() const override { in isReg() function in __anon8217a0e90111::SystemZOperand
199 bool isReg(RegisterKind RegKind) const { in isReg() function in __anon8217a0e90111::SystemZOperand
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h311 bool isReg() const { return OpKind == MO_Register; } in isReg() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp162 bool isReg() const { return Kind == k_Register; } in isReg() function in llvm::AVROperand
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp64 bool isReg() const { in isReg() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp416 bool isReg = SlotIsReg[SS]; in ColorSlots() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp218 bool isReg() const override { in isReg() function in __anone16cff410111::SystemZOperand
221 bool isReg(RegisterKind RegKind) const { in isReg() function in __anone16cff410111::SystemZOperand
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp86 bool isReg() const { return type == RSE_Reg; } in isReg() function in TypedVReg

123