Searched defs:isReg (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMachineLocation.h53 bool isReg() const { return IsRegister; } function
H A DMCInst.h56 bool isReg() const { return Kind == kRegister; } function in class:llvm::MCOperand
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp30 static bool isReg(const MCInst &MI, unsigned OpNo) { function
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineOperand.h224 bool isReg() const { return OpKind == MO_Register; } function in class:llvm::MachineOperand
[all...]
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h315 bool isReg() const { return Kind == K_Reg; } function in struct:llvm::CodeGenInstAlias::ResultOperand
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1014 bool isReg = MO.getReg() != 0; local
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp178 bool isReg() const { return Kind == k_Register; } function in class:__anon2607::SparcOperand
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp252 bool isReg() const { return Kind == CV_Register; } function in class:__anon2502::CountValue
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp390 bool isReg() const { return false; } function in struct:__anon2554::PPCOperand
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp177 bool isReg(RegisterKind RegKind) const { function in class:__anon2620::SystemZOperand
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp275 bool isReg() const { return Kind == k_Register; } function in class:__anon2446::AArch64Operand
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp375 bool isReg() const { return Kind == k_Register; } function in class:__anon2528::MipsOperand
/freebsd-10-stable/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp870 bool isReg() const { return Kind == Register; } function in struct:__anon2641::X86Operand
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp991 bool isReg() const { return Kind == k_Register; } function in class:__anon2479::ARMOperand
[all...]

Completed in 167 milliseconds