Home
last modified time | relevance | path

Searched refs:mapValueToIceVar (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp114 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()
[all …]