Searched refs:FirstVal (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2457 ValueIDNum FirstVal = OutLocs[*BlockOrders[0]][Idx.asU64()]; in mlocJoin() local 2462 if (InLocs[Idx.asU64()] != FirstVal) { in mlocJoin() 2463 InLocs[Idx.asU64()] = FirstVal; in mlocJoin() 2477 if (FirstVal == PredLiveOut) in mlocJoin() 2490 InLocs[Idx.asU64()] = FirstVal; in mlocJoin() 3002 const DbgValue &FirstVal = *Values[0].second; in vlocJoin() local 3008 Changed = LiveIn != FirstVal; in vlocJoin() 3010 LiveIn = FirstVal; in vlocJoin() 3018 if (!V.second->Properties.isJoinable(FirstVal.Properties)) in vlocJoin() 3022 if (!V.second->hasJoinableLocOps(FirstVal)) in vlocJoin() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 333 void writeConstants(unsigned FirstVal, unsigned LastVal, bool isGlobal); 1915 void DXILBitcodeWriter::writeConstants(unsigned FirstVal, unsigned LastVal, in writeConstants() argument 1917 if (FirstVal == LastVal) in writeConstants() 1960 for (unsigned i = FirstVal; i != LastVal; ++i) { in writeConstants()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 394 void writeConstants(unsigned FirstVal, unsigned LastVal, bool isGlobal); 2624 void ModuleBitcodeWriter::writeConstants(unsigned FirstVal, unsigned LastVal, in writeConstants() argument 2626 if (FirstVal == LastVal) return; in writeConstants() 2667 for (unsigned i = FirstVal; i != LastVal; ++i) { in writeConstants()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 13929 auto FirstVal = in resolveSources() local 13934 Perms.push_back(DAG.getNode(AMDGPUISD::PERM, SL, MVT::i32, FirstVal, in resolveSources()
|