Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp478 std::vector<unsigned> &EndBits, std::vector<uint64_t> &FieldVals,
934 std::vector<unsigned> &EndBits, std::vector<uint64_t> &FieldVals, in getIslands() argument
969 FieldVals.push_back(FieldVal); in getIslands()
982 FieldVals.push_back(FieldVal); in getIslands()
987 FieldVals.size() == Num); in getIslands()
997 std::vector<uint64_t> FieldVals; in emitSingletonDecoder() local
1012 getIslands(StartBits, EndBits, FieldVals, Insn); in emitSingletonDecoder()
1042 << ") == " << FieldVals[I-1]; in emitSingletonDecoder()
1116 std::vector<uint64_t> FieldVals; in filterProcessor() local
1122 if (getIslands(StartBits, EndBits, FieldVals, Insn) > 0) { in filterProcessor()
DFixedLenDecoderEmitter.cpp330 std::vector<unsigned> &EndBits, std::vector<uint64_t> &FieldVals,
681 std::vector<unsigned> &EndBits, std::vector<uint64_t> &FieldVals, in getIslands() argument
716 FieldVals.push_back(FieldVal); in getIslands()
729 FieldVals.push_back(FieldVal); in getIslands()
734 FieldVals.size() == Num); in getIslands()
808 std::vector<uint64_t> FieldVals; in emitSingletonDecoder() local
813 getIslands(StartBits, EndBits, FieldVals, Insn); in emitSingletonDecoder()
867 << ") == " << FieldVals[I-1]; in emitSingletonDecoder()
952 std::vector<uint64_t> FieldVals; in filterProcessor() local
958 if (getIslands(StartBits, EndBits, FieldVals, Insn) > 0) { in filterProcessor()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp423 std::vector<uint64_t> &FieldVals,
982 std::vector<uint64_t> &FieldVals, in getIslands() argument
1015 FieldVals.push_back(FieldVal); in getIslands()
1028 FieldVals.push_back(FieldVal); in getIslands()
1033 FieldVals.size() == Num); in getIslands()
1287 std::vector<uint64_t> FieldVals; in emitSingletonTableEntry() local
1292 getIslands(StartBits, EndBits, FieldVals, Insn); in emitSingletonTableEntry()
1306 encodeULEB128(FieldVals[I-1], Buffer); in emitSingletonTableEntry()
1420 std::vector<uint64_t> FieldVals; in filterProcessor() local
1426 if (getIslands(StartBits, EndBits, FieldVals, Insn) > 0) { in filterProcessor()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1109 std::vector<Value*> &FieldVals = InsertedScalarizedValues[V]; in GetHeapSROAValue() local
1111 if (FieldNo >= FieldVals.size()) in GetHeapSROAValue()
1112 FieldVals.resize(FieldNo+1); in GetHeapSROAValue()
1116 if (Value *FieldVal = FieldVals[FieldNo]) in GetHeapSROAValue()
1145 return FieldVals[FieldNo] = Result; in GetHeapSROAValue()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1173 std::vector<Value*> &FieldVals = InsertedScalarizedValues[V]; in GetHeapSROAValue() local
1175 if (FieldNo >= FieldVals.size()) in GetHeapSROAValue()
1176 FieldVals.resize(FieldNo+1); in GetHeapSROAValue()
1180 if (Value *FieldVal = FieldVals[FieldNo]) in GetHeapSROAValue()
1209 return FieldVals[FieldNo] = Result; in GetHeapSROAValue()