Home
last modified time | relevance | path

Searched refs:Idx2 (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Analysis/
DStratifiedSets.h451 void merge(StratifiedIndex Idx1, StratifiedIndex Idx2) { in merge() argument
452 assert(inbounds(Idx1) && inbounds(Idx2)); in merge()
453 assert(&linksAt(Idx1) != &linksAt(Idx2) && in merge()
459 if (tryMergeUpwards(Idx1, Idx2)) in merge()
462 if (tryMergeUpwards(Idx2, Idx1)) in merge()
467 mergeDirect(Idx1, Idx2); in merge()
472 void mergeDirect(StratifiedIndex Idx1, StratifiedIndex Idx2) { in mergeDirect() argument
473 assert(inbounds(Idx1) && inbounds(Idx2)); in mergeDirect()
476 auto *LinksFrom = &linksAt(Idx2); in mergeDirect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStratifiedSets.h441 void merge(StratifiedIndex Idx1, StratifiedIndex Idx2) { in merge() argument
442 assert(inbounds(Idx1) && inbounds(Idx2)); in merge()
443 assert(&linksAt(Idx1) != &linksAt(Idx2) && in merge()
449 if (tryMergeUpwards(Idx1, Idx2)) in merge()
452 if (tryMergeUpwards(Idx2, Idx1)) in merge()
457 mergeDirect(Idx1, Idx2); in merge()
462 void mergeDirect(StratifiedIndex Idx1, StratifiedIndex Idx2) { in mergeDirect() argument
463 assert(inbounds(Idx1) && inbounds(Idx2)); in mergeDirect()
466 auto *LinksFrom = &linksAt(Idx2); in mergeDirect()
/external/llvm-project/llvm/lib/Analysis/
DStratifiedSets.h441 void merge(StratifiedIndex Idx1, StratifiedIndex Idx2) { in merge() argument
442 assert(inbounds(Idx1) && inbounds(Idx2)); in merge()
443 assert(&linksAt(Idx1) != &linksAt(Idx2) && in merge()
449 if (tryMergeUpwards(Idx1, Idx2)) in merge()
452 if (tryMergeUpwards(Idx2, Idx1)) in merge()
457 mergeDirect(Idx1, Idx2); in merge()
462 void mergeDirect(StratifiedIndex Idx1, StratifiedIndex Idx2) { in mergeDirect() argument
463 assert(inbounds(Idx1) && inbounds(Idx2)); in mergeDirect()
466 auto *LinksFrom = &linksAt(Idx2); in mergeDirect()
/external/llvm-project/llvm/lib/CodeGen/
DTargetInstrInfo.cpp169 unsigned Idx2) const { in commuteInstructionImpl()
177 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2; in commuteInstructionImpl()
179 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl()
181 assert(MI.getOperand(Idx1).isReg() && MI.getOperand(Idx2).isReg() && in commuteInstructionImpl()
186 Register Reg2 = MI.getOperand(Idx2).getReg(); in commuteInstructionImpl()
189 unsigned SubReg2 = MI.getOperand(Idx2).getSubReg(); in commuteInstructionImpl()
191 bool Reg2IsKill = MI.getOperand(Idx2).isKill(); in commuteInstructionImpl()
193 bool Reg2IsUndef = MI.getOperand(Idx2).isUndef(); in commuteInstructionImpl()
195 bool Reg2IsInternal = MI.getOperand(Idx2).isInternalRead(); in commuteInstructionImpl()
202 ? MI.getOperand(Idx2).isRenamable() in commuteInstructionImpl()
[all …]
DShadowStackGCLowering.cpp82 Type *Ty, Value *BasePtr, int Idx1, int Idx2,
259 int Idx2, in CreateGEP() argument
263 ConstantInt::get(Type::getInt32Ty(Context), Idx2)}; in CreateGEP()
DPeepholeOptimizer.cpp272 RecurrenceInstr(MachineInstr *MI, unsigned Idx1, unsigned Idx2) in RecurrenceInstr() argument
273 : MI(MI), CommutePair(std::make_pair(Idx1, Idx2)) {} in RecurrenceInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp159 unsigned Idx2) const { in commuteInstructionImpl()
167 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2; in commuteInstructionImpl()
169 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl()
171 assert(MI.getOperand(Idx1).isReg() && MI.getOperand(Idx2).isReg() && in commuteInstructionImpl()
176 Register Reg2 = MI.getOperand(Idx2).getReg(); in commuteInstructionImpl()
179 unsigned SubReg2 = MI.getOperand(Idx2).getSubReg(); in commuteInstructionImpl()
181 bool Reg2IsKill = MI.getOperand(Idx2).isKill(); in commuteInstructionImpl()
183 bool Reg2IsUndef = MI.getOperand(Idx2).isUndef(); in commuteInstructionImpl()
185 bool Reg2IsInternal = MI.getOperand(Idx2).isInternalRead(); in commuteInstructionImpl()
192 ? MI.getOperand(Idx2).isRenamable() in commuteInstructionImpl()
[all …]
DShadowStackGCLowering.cpp82 Type *Ty, Value *BasePtr, int Idx1, int Idx2,
259 int Idx2, in CreateGEP() argument
263 ConstantInt::get(Type::getInt32Ty(Context), Idx2)}; in CreateGEP()
DPeepholeOptimizer.cpp269 RecurrenceInstr(MachineInstr *MI, unsigned Idx1, unsigned Idx2) in RecurrenceInstr() argument
270 : MI(MI), CommutePair(std::make_pair(Idx1, Idx2)) {} in RecurrenceInstr()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp128 unsigned Idx2) const { in commuteInstructionImpl()
136 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2; in commuteInstructionImpl()
138 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl()
140 assert(MI.getOperand(Idx1).isReg() && MI.getOperand(Idx2).isReg() && in commuteInstructionImpl()
145 unsigned Reg2 = MI.getOperand(Idx2).getReg(); in commuteInstructionImpl()
148 unsigned SubReg2 = MI.getOperand(Idx2).getSubReg(); in commuteInstructionImpl()
150 bool Reg2IsKill = MI.getOperand(Idx2).isKill(); in commuteInstructionImpl()
152 bool Reg2IsUndef = MI.getOperand(Idx2).isUndef(); in commuteInstructionImpl()
154 bool Reg2IsInternal = MI.getOperand(Idx2).isInternalRead(); in commuteInstructionImpl()
163 MI.getDesc().getOperandConstraint(Idx2, MCOI::TIED_TO) == 0) { in commuteInstructionImpl()
[all …]
DShadowStackGCLowering.cpp63 Type *Ty, Value *BasePtr, int Idx1, int Idx2,
356 int Idx2, in CreateGEP() argument
360 ConstantInt::get(Type::getInt32Ty(Context), Idx2)}; in CreateGEP()
/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops.cpp660 template <typename Ty, uint8_t Idx0, uint8_t Idx1, uint8_t Idx2, uint8_t Idx3,
668 Idx2 % (NumElements * 2), Idx3 % (NumElements * 2)); in shufflevector()
676 template <typename Ty, uint8_t Idx0, uint8_t Idx1, uint8_t Idx2, uint8_t Idx3,
684 Idx2 % (NumElements * 2), Idx3 % (NumElements * 2), in shufflevector()
694 template <typename Ty, uint8_t Idx0, uint8_t Idx1, uint8_t Idx2, uint8_t Idx3,
702 V1, V2, Idx0, Idx1 % (NumElements * 2), Idx2 % (NumElements * 2), in shufflevector()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerCorpus.h369 uint32_t Idx2 = RareFeatures[i]; in AddRareFeature() local
370 if (GlobalFeatureFreqs[Idx2] >= in AddRareFeature()
373 MostAbundantRareFeatureIndices[0] = Idx2; in AddRareFeature()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerCorpus.h369 uint32_t Idx2 = RareFeatures[i]; in AddRareFeature() local
370 if (GlobalFeatureFreqs[Idx2] >= in AddRareFeature()
373 MostAbundantRareFeatureIndices[0] = Idx2; in AddRareFeature()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenRegisters.cpp1412 CodeGenSubRegIndex *Idx2 = i2->first; in computeComposites() local
1422 if (CodeGenSubRegIndex *Prev = Idx1->addComposite(Idx2, Idx3)) { in computeComposites()
1424 if (!UserDefined.count({Idx1, Idx2}) || in computeComposites()
1425 agree(compose(Idx1, Idx2), SubRegAction.at(Idx3))) in computeComposites()
1427 " and " + Idx2->getQualifiedName() + in computeComposites()
1488 for (auto &Idx2 : SubRegIndices) { in computeSubRegLaneMasks() local
1490 if (!Idx2.getComposites().empty()) in computeSubRegLaneMasks()
1497 assert(Idx2.LaneMask == SrcMask); in computeSubRegLaneMasks()
1500 auto C = Composites.find(&Idx2); in computeSubRegLaneMasks()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp1139 CodeGenSubRegIndex *Idx2 = i2->first; in computeComposites() local
1149 if (CodeGenSubRegIndex *Prev = Idx1->addComposite(Idx2, Idx3)) in computeComposites()
1151 " and " + Idx2->getQualifiedName() + in computeComposites()
1210 for (auto &Idx2 : SubRegIndices) { in computeSubRegLaneMasks() local
1212 if (!Idx2.getComposites().empty()) in computeSubRegLaneMasks()
1219 assert(Idx2.LaneMask == SrcMask); in computeSubRegLaneMasks()
1222 auto C = Composites.find(&Idx2); in computeSubRegLaneMasks()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86Base.h1194 int8_t Idx0, int8_t Idx1, int8_t Idx2, int8_t Idx3, int8_t Idx4,
1200 int8_t Idx2, int8_t Idx3, int8_t Idx4,
DIceTargetLoweringX86BaseImpl.h6225 int8_t Idx0, int8_t Idx1, int8_t Idx2, int8_t Idx3, int8_t Idx4,
6231 Idx0, Idx1, Idx2, Idx3, Idx4, Idx5, Idx6, Idx7,
6254 int8_t Idx2, int8_t Idx3, int8_t Idx4, int8_t Idx5, int8_t Idx6,
6271 IDX_IN_SRC(Idx0, 0), IDX_IN_SRC(Idx1, 0), IDX_IN_SRC(Idx2, 0),
6285 if (Idx0 >= 16 || Idx1 >= 16 || Idx2 >= 16 || Idx3 >= 16 || Idx4 >= 16 ||
6292 IDX_IN_SRC(Idx0, 1), IDX_IN_SRC(Idx1, 1), IDX_IN_SRC(Idx2, 1),
/external/llvm-project/clang/lib/AST/
DExpr.cpp3905 auto Idx2 = Array2->getIdx(); in isSameComparisonOperand() local
3907 const auto Integer2 = dyn_cast<IntegerLiteral>(Idx2); in isSameComparisonOperand()
3913 if (!isSameComparisonOperand(Idx1, Idx2)) in isSameComparisonOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp9797 SDValue Idx2 = FMAOp1.getOperand(1); in performFMACombine() local
9799 if (Idx1 != Op2.getOperand(1) || Idx2 != FMAOp2.getOperand(1) || in performFMACombine()
9801 Idx1 == Idx2) in performFMACombine()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp10550 SDValue Idx2 = FMAOp1.getOperand(1); in performFMACombine() local
10552 if (Idx1 != Op2.getOperand(1) || Idx2 != FMAOp2.getOperand(1) || in performFMACombine()
10554 Idx1 == Idx2) in performFMACombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp12770 auto *Idx2 = dyn_cast<ConstantSDNode>(Vec.getOperand(2)); in LowerINSERT_SUBVECTOR() local
12771 if (Idx2 && Idx2->getZExtValue() == 0) { in LowerINSERT_SUBVECTOR()