Searched refs:getTokenFactor (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1643 SDValue getTokenFactor(const SDLoc &DL, SmallVectorImpl<SDValue> &Vals);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 2097 Result = DAG.getTokenFactor(SDLoc(N), PrunedOps); in visitTokenFactor() 2099 Result = DAG.getTokenFactor(SDLoc(N), Ops); in visitTokenFactor() 18529 return DAG.getTokenFactor(StoreDL, Chains); in getMergeStoreChains() 26291 return DAG.getTokenFactor(SDLoc(N), Aliases); in FindBetterChain() 26418 SDValue TF = DAG.getTokenFactor(SDLoc(STChain), TFOps); in parallelizeChainedStores()
|
| H A D | LegalizeDAG.cpp | 4753 SDValue OutChain = DAG.getTokenFactor(dl, TmpChains); in PromoteNode()
|
| H A D | SelectionDAGBuilder.cpp | 1096 Root = DAG.getTokenFactor(getCurSDLoc(), Pending); in updateRoot()
|
| H A D | SelectionDAG.cpp | 12102 SDValue SelectionDAG::getTokenFactor(const SDLoc &DL, in getTokenFactor() function in SelectionDAG
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 3205 Chain = DAG.getTokenFactor(DL, CopyFromChains); in LowerCall() 8466 auto Root = DAG.getTokenFactor(SDLoc(Chains.back()), Chains); in makeV_ILLEGAL()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 11141 SDValue TF = DAG.getTokenFactor(dl, Stores); in LowerVectorStore()
|