| /external/llvm/include/llvm/MC/ |
| D | MachineLocation.h | 53 bool isReg() const { return IsRegister; } in isReg() function
|
| D | MCInst.h | 56 bool isReg() const { return Kind == kRegister; } in isReg() function
|
| /external/llvm/lib/Target/Mips/InstPrinter/ |
| D | MipsInstPrinter.cpp | 32 static bool isReg(const MCInst &MI, unsigned OpNo) { in isReg() function
|
| /external/llvm/lib/Target/SystemZ/AsmParser/ |
| D | SystemZAsmParser.cpp | 174 bool isReg() const override { in isReg() function in __anon93072fb70111::SystemZOperand 177 bool isReg(RegisterKind RegKind) const { in isReg() function in __anon93072fb70111::SystemZOperand
|
| /external/llvm/include/llvm/CodeGen/ |
| D | MachineOperand.h | 227 bool isReg() const { return OpKind == MO_Register; } in isReg() function
|
| /external/llvm/utils/TableGen/ |
| D | CodeGenInstruction.h | 321 bool isReg() const { return Kind == K_Reg; } in isReg() function
|
| D | FastISelEmitter.cpp | 94 bool isReg() const { return Repr == OK_Reg; } in isReg() function in __anone8ec1ae90311::OperandsSignature::OpKind
|
| D | FixedLenDecoderEmitter.cpp | 1855 bool isReg = false; in populateInstruction() local 1927 bool isReg = false; in populateInstruction() local
|
| /external/llvm/lib/Target/X86/AsmParser/ |
| D | X86Operand.h | 319 bool isReg() const override { return Kind == Register; } in isReg() function
|
| /external/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 182 bool isReg() const override { return Kind == k_Register; } in isReg() function in __anon6d25192b0111::SparcOperand
|
| /external/llvm/lib/Target/PowerPC/AsmParser/ |
| D | PPCAsmParser.cpp | 441 bool isReg() const override { return false; } in isReg() function
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonHardwareLoops.cpp | 252 bool isReg() const { return Kind == CV_Register; } in isReg() function in __anonf3083afd0111::CountValue
|
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMMCCodeEmitter.cpp | 1113 bool isReg = MO.getReg() != 0; in getAddrMode2OffsetOpValue() local
|
| /external/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 650 bool isReg() const override { in isReg() function in __anonc89f468b0311::MipsOperand
|
| /external/valgrind/main/VEX/priv/ |
| D | guest_x86_toIR.c | 5562 Bool isReg = epartIsReg(modrm); in dis_MMXop_regmem_to_reg() local 6460 Bool isReg; in dis_bs_E_G() local
|
| D | guest_amd64_toIR.c | 7045 Bool isReg = epartIsReg(modrm); in dis_MMXop_regmem_to_reg() local 8121 Bool isReg; in dis_bs_E_G() local
|
| /external/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 880 bool isReg() const override { return Kind == k_Register && !Reg.isVector; } in isReg() function in __anon27fec24b0211::AArch64Operand
|
| /external/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 1065 bool isReg() const override { return Kind == k_Register; } in isReg() function in __anon92bc5ab90311::ARMOperand
|