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

/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h123 inline static bool isMem(const MachineInstr *MI, unsigned Op) { function in namespace:llvm
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp179 bool isMem() const { return Kind == Memory; } function in struct:__anon2407::MBlazeOperand
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp270 bool isMem() const { return false; } function in struct:__anon2453::PPCOperand
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp181 bool isMem(RegisterKind RegKind, bool HasIndex) const { function in class:__anon2498::SystemZOperand
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp262 bool isMem() const { return false; } function in class:__anon2339::AArch64Operand
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp289 bool isMem() const { return Kind == k_Memory; } function in class:__anon2430::MipsOperand
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp792 bool isMem() const { return Kind == Memory; } function in struct:__anon2510::X86Operand
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp906 bool isMem() const { return Kind == k_Memory; } function in class:__anon2374::ARMOperand
[all...]

Completed in 219 milliseconds