Searched defs:isMem (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h123 inline static bool isMem(const MachineInstr *MI, unsigned Op) { function in namespace:llvm
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp180 bool isMem() const { return isMEMrr() || isMEMri(); } function in class:__anon2607::SparcOperand
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp389 bool isMem() const { return false; } function in struct:__anon2554::PPCOperand
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp207 bool isMem(RegisterKind RegKind, MemoryKind MemKind) const { function in class:__anon2620::SystemZOperand
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp277 bool isMem() const { return false; } function in class:__anon2446::AArch64Operand
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp378 bool isMem() const { return Kind == k_Memory; } function in class:__anon2528::MipsOperand
/freebsd-10-stable/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp797 bool isMem() const { return Kind == Memory; } function in struct:__anon2641::X86Operand
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp998 bool isMem() const { return Kind == k_Memory; } function in class:__anon2479::ARMOperand
[all...]

Completed in 143 milliseconds