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

/external/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp85 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64; local
87 MachineOperand &StackAdjust = MBBI->getOperand(isMem ? 5 : 1);
H A DX86InstrInfo.h134 inline static bool isMem(const MachineInstr &MI, unsigned Op) { function in namespace:llvm
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.h120 inline static bool isMem(const MachineInstr *MI, unsigned Op) { function in namespace:llvm
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp173 bool isMem() const { return Kind == Memory; } function in struct:__anon22863::MBlazeOperand
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp278 bool isMem() const { return Kind == Memory; } function in struct:__anon22930::X86Operand
376 return (Op.isMem() &&
386 return Op.isMem() && Op.Mem.SegReg == X86::ES &&
790 if (Op.isMem() && Op.Mem.SegReg == 0 &&
803 if (Op.isMem() && Op.Mem.SegReg == 0 &&
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp231 bool isMem() const override {
234 bool isMem(MemoryKind MemKind) const { function in class:__anon14505::SystemZOperand
241 bool isMem(MemoryKind MemKind, RegisterKind RegKind) const { function in class:__anon14505::SystemZOperand
242 return isMem(MemKind) && Mem.RegKind == RegKind;
245 return isMem(MemKind, RegKind) && inRange(Mem.Disp, 0, 0xfff);
248 return isMem(MemKind, RegKind) && inRange(Mem.Disp, -524288, 524287);
255 assert(isMem(BDVMem) && "Invalid operand type");
283 assert(isMem(BDMem) && "Invalid operand type");
289 assert(isMem(BDXMem) && "Invalid operand type");
296 assert(isMem(BDLMe
[all...]
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp239 bool isMem() const { llvm_unreachable("No isMem"); } function in struct:__anon14302::HexagonOperand

Completed in 300 milliseconds