Searched refs:FirstVal (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 2428 if (InLocs[Idx.asU64()] != FirstVal) { in mlocJoin() 2429 InLocs[Idx.asU64()] = FirstVal; in mlocJoin() 2443 if (FirstVal == PredLiveOut) in mlocJoin() 2456 InLocs[Idx.asU64()] = FirstVal; in mlocJoin() 2968 const DbgValue &FirstVal = *Values[0].second; in vlocJoin() local 2974 Changed = LiveIn != FirstVal; in vlocJoin() 2976 LiveIn = FirstVal; in vlocJoin() 2988 if (!V.second->hasJoinableLocOps(FirstVal)) in vlocJoin() 2995 if (*V.second == FirstVal) in vlocJoin() 3016 Changed = LiveIn != FirstVal; in vlocJoin() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 333 void writeConstants(unsigned FirstVal, unsigned LastVal, bool isGlobal); 1916 void DXILBitcodeWriter::writeConstants(unsigned FirstVal, unsigned LastVal, in writeConstants() argument 1918 if (FirstVal == LastVal) in writeConstants() 1961 for (unsigned i = FirstVal; i != LastVal; ++i) { in writeConstants()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 384 void writeConstants(unsigned FirstVal, unsigned LastVal, bool isGlobal); 2533 void ModuleBitcodeWriter::writeConstants(unsigned FirstVal, unsigned LastVal, in writeConstants() argument 2535 if (FirstVal == LastVal) return; in writeConstants() 2576 for (unsigned i = FirstVal; i != LastVal; ++i) { in writeConstants()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 13621 auto FirstVal = in resolveSources() local 13626 Perms.push_back(DAG.getNode(AMDGPUISD::PERM, SL, MVT::i32, FirstVal, in resolveSources()
|