Home
last modified time | relevance | path

Searched refs:getTokenFactor (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1560 SDValue getTokenFactor(const SDLoc &DL, SmallVectorImpl<SDValue> &Vals);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2081 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 DLegalizeDAG.cpp4719 SDValue OutChain = DAG.getTokenFactor(dl, TmpChains); in PromoteNode()
H A DSelectionDAG.cpp11799 SDValue SelectionDAG::getTokenFactor(const SDLoc &DL, in getTokenFactor() function in SelectionDAG
H A DSelectionDAGBuilder.cpp1078 Root = DAG.getTokenFactor(getCurSDLoc(), Pending); in updateRoot()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp3164 Chain = DAG.getTokenFactor(DL, CopyFromChains); in LowerCall()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10977 SDValue TF = DAG.getTokenFactor(dl, Stores); in LowerVectorStore()