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,
1004 std::vector<uint64_t> &FieldVals, in getIslands() argument
1037 FieldVals.push_back(FieldVal); in getIslands()
1050 FieldVals.push_back(FieldVal); in getIslands()
1055 FieldVals.size() == Num); in getIslands()
1309 std::vector<uint64_t> FieldVals; in emitSingletonTableEntry() local
1314 getIslands(StartBits, EndBits, FieldVals, Insn); in emitSingletonTableEntry()
1328 encodeULEB128(FieldVals[I-1], Buffer); in emitSingletonTableEntry()
1442 std::vector<uint64_t> FieldVals; in filterProcessor() local
1448 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()