Home | History | Annotate | Download | only in src

Lines Matching refs:Variable

170   // mapValueToIceVar has a version that forces an ICE type on the variable,
172 Ice::Variable *mapValueToIceVar(const Value *V, Ice::Type IceTy) {
183 Ice::Variable *mapValueToIceVar(const Value *V) {
333 Ice::Variable *Dest = mapValueToIceVar(Instr);
348 Ice::Variable *Dest = mapValueToIceVar(BinOp);
379 Ice::Variable *Dest = mapValueToIceVar(Instr, Ice::getPointerType());
385 Ice::Variable *Dest = mapValueToIceVar(Instr);
401 Ice::Variable *Dest = mapValueToIceVar(Instr);
408 Ice::Variable *Dest = mapValueToIceVar(Instr);
452 Ice::Variable *Dest = mapValueToIceVar(Instr);
514 Ice::Variable *Dest = mapValueToIceVar(Instr);
521 Ice::Variable *Dest = mapValueToIceVar(Instr);
530 Ice::Variable *Dest = mapValueToIceVar(Instr);
554 Ice::Variable *Dest = mapValueToIceVar(Instr);
593 Ice::Variable *Dest = mapValueToIceVar(Instr, Ice::getPointerType());
648 std::map<const Value *, Ice::Variable *> VarMap;
668 /// Converts global variables, and their initializers into ICE global variable
673 // Adds the Initializer to the list of initializers for the Global variable
682 // Adds Initializer to the list of initializers for Global variable
887 variable declarations.