HomeSort by relevance Sort by last modified time
    Searched refs:ExtLoad (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 132 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad);
142 SDValue Trunc, SDValue ExtLoad, DebugLoc DL,
664 void DAGCombiner::ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad) {
667 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0));
676 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1),
690 : ISD::EXTLOAD)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 206 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad);
216 SDValue ExtLoad, const SDLoc &DL,
436 /// true if the (and (load x) c) pattern matches an extload. ExtVT returns
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 262 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad);
507 /// true if the (and (load x) c) pattern matches an extload. ExtVT returns
607 SDValue OrigLoad, SDValue ExtLoad,
    [all...]

Completed in 456 milliseconds