Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMachineLocation.h49 bool isReg() const { return IsRegister; } in isReg() function
DMCInst.h56 bool isReg() const { return Kind == kRegister; } in isReg() function
/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp30 static bool isReg(const MCInst &MI, unsigned OpNo) { in isReg() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h312 bool isReg() const { return Kind == K_Reg; } in isReg() function
DFastISelEmitter.cpp94 bool isReg() const { return Repr == OK_Reg; } in isReg() function in __anonf6ca9a5c0311::OperandsSignature::OpKind
DFixedLenDecoderEmitter.cpp1768 bool isReg = false; in populateInstruction() local
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp173 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/
DMachineOperand.h224 bool isReg() const { return OpKind == MO_Register; } in isReg() function
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp383 bool isReg() const { return false; } in isReg() function
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp252 bool isReg() const { return Kind == CV_Register; } in isReg() function in __anon8964cbd00111::CountValue
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp305 bool isReg() const { return Kind == k_Register; } in isReg() function in __anon5efbd75e0311::MipsOperand
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp1007 bool isReg = MO.getReg() != 0; in getAddrMode2OffsetOpValue() local
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp260 bool isReg() const { return Kind == k_Register; } in isReg() function in __anon47c7655e0211::AArch64Operand
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp852 bool isReg() const { return Kind == Register; } in isReg() function
/external/valgrind/main/VEX/priv/
Dguest_x86_toIR.c5457 Bool isReg = epartIsReg(modrm); in dis_MMXop_regmem_to_reg() local
6355 Bool isReg; in dis_bs_E_G() local
Dguest_amd64_toIR.c6701 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/
DARMAsmParser.cpp948 bool isReg() const { return Kind == k_Register; } in isReg() function in __anon65089acc0311::ARMOperand