HomeSort by relevance Sort by last modified time
    Searched refs:InstRet (Results 1 - 19 of 19) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.h 52 void instrumentRet(LoweringContext &Context, InstRet *Instr) override;
IceInstrumentation.h 74 virtual void instrumentRet(LoweringContext &, class InstRet *) {}
IceInst.h 701 class InstRet : public InstHighLevel {
702 InstRet() = delete;
703 InstRet(const InstRet &) = delete;
704 InstRet &operator=(const InstRet &) = delete;
707 static InstRet *create(Cfg *Func, Operand *RetValue = nullptr) {
708 return new (Func->allocate<InstRet>()) InstRet(Func, RetValue);
721 InstRet(Cfg *Func, Operand *RetValue)
    [all...]
IceInstrumentation.cpp 100 instrumentRet(Context, llvm::cast<InstRet>(Instr));
IceInst.cpp 474 InstRet::InstRet(Cfg *Func, Operand *RetValue)
922 void InstRet::dump(const Cfg *Func) const {
    [all...]
IceASanInstrumentation.cpp 460 void ASanInstrumentation::instrumentRet(LoweringContext &Context, InstRet *) {
IceTargetLowering.h 414 virtual void lowerRet(const InstRet *Instr) = 0;
IceCfgNode.cpp 645 if (llvm::isa<InstRet>(*Orig))
    [all...]
IceConverter.cpp 392 return Ice::InstRet::create(Func.get(), RetOperand);
394 return Ice::InstRet::create(Func.get());
    [all...]
WasmTranslator.cpp     [all...]
IceTargetLowering.cpp 461 lowerRet(llvm::cast<InstRet>(Instr));
    [all...]
IceTargetLoweringMIPS32.h 784 void lowerRet(const InstRet *Instr) override;
    [all...]
IceTargetLoweringARM32.h 288 void lowerRet(const InstRet *Instr) override;
    [all...]
PNaClTranslator.cpp     [all...]
IceTargetLoweringX86Base.h 281 void lowerRet(const InstRet *Instr) override;
    [all...]
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringARM32.cpp     [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 679 Ice::InstRet *ret = Ice::InstRet::create(::function);
685 Ice::InstRet *ret = Ice::InstRet::create(::function, v);
    [all...]

Completed in 677 milliseconds