Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp426 std::vector<uint64_t> &FieldVals,
980 std::vector<uint64_t> &FieldVals, in getIslands() argument
1013 FieldVals.push_back(FieldVal); in getIslands()
1026 FieldVals.push_back(FieldVal); in getIslands()
1031 FieldVals.size() == Num); in getIslands()
1276 std::vector<uint64_t> FieldVals; in emitSingletonTableEntry() local
1281 getIslands(StartBits, EndBits, FieldVals, Insn); in emitSingletonTableEntry()
1295 encodeULEB128(FieldVals[I-1], Buffer); in emitSingletonTableEntry()
1390 std::vector<uint64_t> FieldVals; in filterProcessor() local
1396 if (getIslands(StartBits, EndBits, FieldVals, Insn) > 0) { in filterProcessor()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1152 std::vector<Value*> &FieldVals = InsertedScalarizedValues[V]; in GetHeapSROAValue() local
1154 if (FieldNo >= FieldVals.size()) in GetHeapSROAValue()
1155 FieldVals.resize(FieldNo+1); in GetHeapSROAValue()
1159 if (Value *FieldVal = FieldVals[FieldNo]) in GetHeapSROAValue()
1188 return FieldVals[FieldNo] = Result; in GetHeapSROAValue()