reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/SelectionDAG.h
 1203   SDValue getTokenFactor(const SDLoc &DL, SmallVectorImpl<SDValue> &Vals);

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1879         Result = DAG.getTokenFactor(SDLoc(N), PrunedOps);
 1881         Result = DAG.getTokenFactor(SDLoc(N), Ops);
15102   return DAG.getTokenFactor(StoreDL, Chains);
20730   return DAG.getTokenFactor(SDLoc(N), Aliases);
20850   SDValue TF = DAG.getTokenFactor(SDLoc(STChain), TFOps);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 1046   SDValue Root = DAG.getTokenFactor(getCurSDLoc(), PendingLoads);
lib/Target/AMDGPU/SIISelLowering.cpp
 2776     Chain = DAG.getTokenFactor(DL, CopyFromChains);