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

  /external/swiftshader/third_party/subzero/src/
IceInstrumentation.cpp 61 Inst *Instr = iteratorToInst(Context.getCur());
IceTargetLowering.cpp 356 genTargetHelperCallFor(iteratorToInst(Context.getCur()));
379 Inst *I = iteratorToInst(Context.getCur());
404 Inst *Instr = iteratorToInst(Context.getCur());
499 assert(iteratorToInst(Next) == Instr);
    [all...]
IceTargetLowering.h 83 return iteratorToInst(Next);
89 return iteratorToInst(Iter);
IceVariableSplitting.cpp 540 Inst *Instr = iteratorToInst(Iter);
IceASanInstrumentation.cpp 233 Cur = llvm::dyn_cast<InstAlloca>(iteratorToInst(Context.getCur()));
IceCfgNode.cpp     [all...]
IceInst.h     [all...]
IceCfg.cpp 850 if (llvm::isa<InstCall>(iteratorToInst(Current))) {
855 while (Current != End && !llvm::isa<InstCall>(iteratorToInst(Current))) {
    [all...]
IceTargetLoweringARM32.cpp 850 Inst *CurInstr = iteratorToInst(Context.getCur());
    [all...]
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h 823 Inst *CurInst = iteratorToInst(Context.getCur());
    [all...]

Completed in 113 milliseconds