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

/external/llvm/include/llvm/MC/
H A DMCInst.h129 static MCOperand CreateExpr(const MCExpr *Val) { function in class:llvm::MCOperand
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp615 Inst.addOperand(MCOperand::CreateExpr(getExpr()));
628 Inst.addOperand(MCOperand::CreateExpr(getExpr()));
643 Inst.addOperand(MCOperand::CreateExpr(getExpr()));
653 Inst.addOperand(MCOperand::CreateExpr(getExpr()));
658 Inst.addOperand(MCOperand::CreateExpr(getTLSReg()));
707 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S, function in struct:__anon10793::PPCOperand
753 return CreateExpr(Val, S, E, IsPPC64);
786 Inst.addOperand(MCOperand::CreateExpr(UnExpr->getSubExpr()));
793 Inst.addOperand(MCOperand::CreateExpr(NE));
797 Inst.addOperand(MCOperand::CreateExpr(MCUnaryExp
[all...]
/external/llvm/lib/Target/R600/AsmParser/
H A DAMDGPUAsmParser.cpp121 Inst.addOperand(MCOperand::CreateExpr(Expr));
276 static std::unique_ptr<AMDGPUOperand> CreateExpr(const class MCExpr *Expr, SMLoc S) { function in class:__anon10834::AMDGPUOperand
1046 Operands.push_back(AMDGPUOperand::CreateExpr(

Completed in 937 milliseconds