Searched refs:getTokenFactor (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1560 SDValue getTokenFactor(const SDLoc &DL, SmallVectorImpl<SDValue> &Vals);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 2081 Result = DAG.getTokenFactor(SDLoc(N), PrunedOps); in visitTokenFactor() 2083 Result = DAG.getTokenFactor(SDLoc(N), Ops); in visitTokenFactor() 17875 return DAG.getTokenFactor(StoreDL, Chains); in getMergeStoreChains() 24839 return DAG.getTokenFactor(SDLoc(N), Aliases); in FindBetterChain() 24972 SDValue TF = DAG.getTokenFactor(SDLoc(STChain), TFOps); in parallelizeChainedStores()
|
| H A D | LegalizeDAG.cpp | 4719 SDValue OutChain = DAG.getTokenFactor(dl, TmpChains); in PromoteNode()
|
| H A D | SelectionDAG.cpp | 11799 SDValue SelectionDAG::getTokenFactor(const SDLoc &DL, in getTokenFactor() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 1078 Root = DAG.getTokenFactor(getCurSDLoc(), Pending); in updateRoot()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 3164 Chain = DAG.getTokenFactor(DL, CopyFromChains); in LowerCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 10977 SDValue TF = DAG.getTokenFactor(dl, Stores); in LowerVectorStore()
|