Searched refs:Pair1 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 560 unsigned Pair1 = 0, Pair2 = 0; in fitsConstReadLimitations() local 565 if (!Pair1) { in fitsConstReadLimitations() 566 Pair1 = ReadHalfConst; in fitsConstReadLimitations() 569 if (Pair1 == ReadHalfConst) in fitsConstReadLimitations()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1224 Value *Pair1 = IRB.CreateInsertValue(Pair0, TempRet0, 1, "pair1"); in runEHOnFunction() local 1226 LPI->replaceAllUsesWith(Pair1); in runEHOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrMMA.td | 1075 dag Pair1 = (v256i1 (EXTRACT_SUBREG $v, sub_pair1)); 1078 dag Vec2 = (v4i32 (EXTRACT_SUBREG Pair1, sub_vsx0)); 1079 dag Vec3 = (v4i32 (EXTRACT_SUBREG Pair1, sub_vsx1));
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 5976 stable_sort(StoreOffsetVec, [](const std::pair<StoreInst *, int> &Pair1, in canFormVector() 5978 int Offset1 = Pair1.second; in canFormVector() 5977 __anon07b2d7745402(const std::pair<StoreInst *, int> &Pair1, const std::pair<StoreInst *, int> &Pair2) canFormVector() argument
|