Searched defs:CreateMem (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h444 CreateMem(const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, function in struct:llvm::X86Operand
461 CreateMem(unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, function in struct:llvm::X86Operand
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp800 CreateMem(std::unique_ptr<MipsOperand> Base, const MCExpr *Off, SMLoc S, function in class:__anon25200::MipsOperand
1888 MipsOperand::CreateMem(std::move(Base), IdVal, S, E, *this));
1930 Operands.push_back(MipsOperand::CreateMem(std::move(op), IdVal, S, E, *this));
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2674 CreateMem(unsigned BaseRegNum, const MCConstantExpr *OffsetImm, function
4482 Operands.push_back(ARMOperand::CreateMem(BaseRegNum, nullptr, 0,
4539 Operands.push_back(ARMOperand::CreateMem(BaseRegNum, nullptr, 0,
4588 Operands.push_back(ARMOperand::CreateMem(BaseRegNum, CE, 0,
4632 Operands.push_back(ARMOperand::CreateMem(BaseRegNum, nullptr, OffsetRegNum,

Completed in 192 milliseconds