Searched refs:mapValueToIceVar (Results 1 – 1 of 1) sorted by relevance
114 Func->addArg(mapValueToIceVar(&*ArgI)); in convertFunction()172 Ice::Variable *mapValueToIceVar(const Value *V, Ice::Type IceTy) { in mapValueToIceVar() function in __anon7b11ea470111::LLVM2ICEFunctionConverter183 Ice::Variable *mapValueToIceVar(const Value *V) { in mapValueToIceVar() function in __anon7b11ea470111::LLVM2ICEFunctionConverter184 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()[all …]