Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp433 std::vector<uint64_t> &FieldVals,
1006 std::vector<uint64_t> &FieldVals, in getIslands() argument
1039 FieldVals.push_back(FieldVal); in getIslands()
1052 FieldVals.push_back(FieldVal); in getIslands()
1057 FieldVals.size() == Num); in getIslands()
1306 std::vector<uint64_t> FieldVals; in emitSingletonTableEntry() local
1311 getIslands(StartBits, EndBits, FieldVals, Insn); in emitSingletonTableEntry()
1325 encodeULEB128(FieldVals[I-1], Buffer); in emitSingletonTableEntry()
1421 std::vector<uint64_t> FieldVals; in filterProcessor() local
1427 if (getIslands(StartBits, EndBits, FieldVals, Insn) > 0) { in filterProcessor()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1347 std::vector<Value*> &FieldVals = InsertedScalarizedValues[V]; in GetHeapSROAValue() local
1349 if (FieldNo >= FieldVals.size()) in GetHeapSROAValue()
1350 FieldVals.resize(FieldNo+1); in GetHeapSROAValue()
1354 if (Value *FieldVal = FieldVals[FieldNo]) in GetHeapSROAValue()
1382 return FieldVals[FieldNo] = Result; in GetHeapSROAValue()