• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:mapValueToIceVar

114         Func->addArg(mapValueToIceVar(&*ArgI));  in convertFunction()
172 Ice::Variable *mapValueToIceVar(const Value *V, Ice::Type IceTy) { in mapValueToIceVar() function in __anon7b11ea470111::LLVM2ICEFunctionConverter
183 Ice::Variable *mapValueToIceVar(const Value *V) { in mapValueToIceVar() function in __anon7b11ea470111::LLVM2ICEFunctionConverter
184 return mapValueToIceVar(V, convertToIceType(V->getType())); in mapValueToIceVar()
218 return mapValueToIceVar(Op); in convertValue()
333 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertLoadInstruction()
348 Ice::Variable *Dest = mapValueToIceVar(BinOp); in convertArithInstruction()
355 Ice::InstPhi::create(Func.get(), NumValues, mapValueToIceVar(Instr)); in convertPHINodeInstruction()
379 Ice::Variable *Dest = mapValueToIceVar(Instr, Ice::getPointerType()); in convertIntToPtrInstruction()
385 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertPtrToIntInstruction()
401 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertCastInstruction()
408 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertICmpInstruction()
452 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertFCmpInstruction()
514 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertExtractElementInstruction()
521 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertInsertElementInstruction()
530 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertSelectInstruction()
554 Ice::Variable *Dest = mapValueToIceVar(Instr); in convertCallInstruction()
593 Ice::Variable *Dest = mapValueToIceVar(Instr, Ice::getPointerType()); in convertAllocaInstruction()