Searched refs:LoadChain (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DebugHandlerBase.h | 37 SmallVector<int64_t, 1> LoadChain; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 83 Location.LoadChain.push_back(Offset); in extractFromMachineInstruction() 96 Location.LoadChain.push_back(Offset); in extractFromMachineInstruction()
|
H A D | CodeViewDebug.cpp | 1339 return !Loc.LoadChain.empty() && Loc.LoadChain.back() == 0; in calculateRanges() 1343 return Loc.LoadChain.size() == 2 && Loc.LoadChain.back() == 0; in calculateRanges() 1384 Location->LoadChain.pop_back(); in calculateRanges() 1397 if (Location->Register == 0 || Location->LoadChain.size() > 1) in calculateRanges() 1408 DR.InMemory = !Location->LoadChain.empty(); in calculateRanges() 1410 !Location->LoadChain.empty() ? Location->LoadChain.back() : 0; in calculateRanges()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 6188 SDValue LoadChain = NewLD.getValue(NumElts); in ReplaceLoadVector() local 6193 Results.push_back(LoadChain); in ReplaceLoadVector() 6300 SDValue LoadChain = NewLD.getValue(NumElts); in ReplaceINTRINSIC_W_CHAIN() local 6306 Results.push_back(LoadChain); in ReplaceINTRINSIC_W_CHAIN()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 21702 SDValue LoadChain = SDValue(Load.getNode(), 1); in performLD1Combine() local 21707 return DAG.getMergeValues({ Load, LoadChain }, DL); in performLD1Combine() 21749 SDValue LoadChain = SDValue(Load.getNode(), 1); in performLD1ReplicateCombine() local 21754 return DAG.getMergeValues({Load, LoadChain}, DL); in performLD1ReplicateCombine() 24708 SDValue LoadChain = SDValue(Load.getNode(), 1); in performGatherLoadCombine() local 24718 return DAG.getMergeValues({Load, LoadChain}, DL); in performGatherLoadCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11540 SDValue LoadChain = LN->getChain(); in LowerVectorLoad() local 11560 DAG.getLoad(MVT::v16i8, dl, LoadChain, BasePtr, in LowerVectorLoad()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 20941 SDValue LoadChain = FirstLoad->getChain(); in tryStoreMergeOfLoads() local 20944 if (LoadNodes[i].MemNode->getChain() != LoadChain) in tryStoreMergeOfLoads()
|