HomeSort by relevance Sort by last modified time
    Searched defs:CreateExpr (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInst.h 115 static MCOperand CreateExpr(const MCExpr *Val) {
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 654 Inst.addOperand(MCOperand::createExpr(getExpr()));
667 Inst.addOperand(MCOperand::createExpr(getExpr()));
682 Inst.addOperand(MCOperand::createExpr(getExpr()));
692 Inst.addOperand(MCOperand::createExpr(getExpr()));
697 Inst.addOperand(MCOperand::createExpr(getTLSReg()));
746 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S,
792 return CreateExpr(Val, S, E, IsPPC64);
825 Inst.addOperand(MCOperand::createExpr(UnExpr->getSubExpr()));
832 Inst.addOperand(MCOperand::createExpr(NE));
836 Inst.addOperand(MCOperand::createExpr(MCUnaryExpr::createMinus(Expr, Ctx)))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 691 Inst.addOperand(MCOperand::createExpr(getExpr()));
704 Inst.addOperand(MCOperand::createExpr(getExpr()));
719 Inst.addOperand(MCOperand::createExpr(getExpr()));
729 Inst.addOperand(MCOperand::createExpr(getExpr()));
734 Inst.addOperand(MCOperand::createExpr(getTLSReg()));
783 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S,
829 return CreateExpr(Val, S, E, IsPPC64);
862 Inst.addOperand(MCOperand::createExpr(UnExpr->getSubExpr()));
869 Inst.addOperand(MCOperand::createExpr(NE));
873 Inst.addOperand(MCOperand::createExpr(MCUnaryExpr::createMinus(Expr, Ctx)))
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 399 Inst.addOperand(MCOperand::createExpr(Expr));
429 Inst.addOperand(MCOperand::createExpr(Expr));
526 static AMDGPUOperand::Ptr CreateExpr(const class MCExpr *Expr, SMLoc S) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 602 Inst.addOperand(MCOperand::createExpr(Expr));
649 Inst.addOperand(MCOperand::createExpr(Expr));
763 static AMDGPUOperand::Ptr CreateExpr(const AMDGPUAsmParser *AsmParser,
    [all...]

Completed in 153 milliseconds