/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | ARMDecoderEmitter.cpp | 478 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()
|
D | FixedLenDecoderEmitter.cpp | 330 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/ |
D | FixedLenDecoderEmitter.cpp | 423 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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 439 std::vector<uint64_t> &FieldVals, 1011 std::vector<uint64_t> &FieldVals, in getIslands() argument 1044 FieldVals.push_back(FieldVal); in getIslands() 1057 FieldVals.push_back(FieldVal); in getIslands() 1062 FieldVals.size() == Num); in getIslands() 1312 std::vector<uint64_t> FieldVals; in emitSingletonTableEntry() local 1317 getIslands(StartBits, EndBits, FieldVals, Insn); in emitSingletonTableEntry() 1331 encodeULEB128(FieldVals[I-1], Buffer); in emitSingletonTableEntry() 1446 std::vector<uint64_t> FieldVals; in filterProcessor() local 1452 if (getIslands(StartBits, EndBits, FieldVals, Insn) > 0) { in filterProcessor()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1109 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-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1152 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()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1173 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()
|