/external/llvm/include/llvm/MC/ |
D | MachineLocation.h | 49 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 | 30 static bool isReg(const MCInst &MI, unsigned OpNo) { in isReg() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 312 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 __anonf6ca9a5c0311::OperandsSignature::OpKind
|
D | FixedLenDecoderEmitter.cpp | 1768 bool isReg = false; in populateInstruction() local
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 173 virtual bool isReg() const LLVM_OVERRIDE { in isReg() function in __anonb2cfd2ca0111::SystemZOperand 176 bool isReg(RegisterKind RegKind) const { in isReg() function in __anonb2cfd2ca0111::SystemZOperand
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 224 bool isReg() const { return OpKind == MO_Register; } in isReg() function
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 383 bool isReg() const { 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 __anon8964cbd00111::CountValue
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 305 bool isReg() const { return Kind == k_Register; } in isReg() function in __anon5efbd75e0311::MipsOperand
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCCodeEmitter.cpp | 1007 bool isReg = MO.getReg() != 0; in getAddrMode2OffsetOpValue() local
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 260 bool isReg() const { return Kind == k_Register; } in isReg() function in __anon47c7655e0211::AArch64Operand
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 852 bool isReg() const { return Kind == Register; } in isReg() function
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_toIR.c | 5457 Bool isReg = epartIsReg(modrm); in dis_MMXop_regmem_to_reg() local 6355 Bool isReg; in dis_bs_E_G() local
|
D | guest_amd64_toIR.c | 6701 Bool isReg = epartIsReg(modrm); in dis_MMXop_regmem_to_reg() local 7758 Bool isReg; in dis_bs_E_G() local
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 948 bool isReg() const { return Kind == k_Register; } in isReg() function in __anon65089acc0311::ARMOperand
|