Home
last modified time | relevance | path

Searched defs:LoadN (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp221 SDNode *HexagonDAGToDAGISel::StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, in StoreInstrForLoadIntrinsic()
H A DHexagonISelLoweringHVX.cpp3048 auto *LoadN = cast<LoadSDNode>(Op.getNode()); in WidenHvxLoad() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1817 if (auto *LoadN = dyn_cast<LoadSDNode>(Save_Base_Reg)) { in matchAddress() local
5776 if (auto *LoadN = dyn_cast<LoadSDNode>(N0.getOperand(0).getNode())) { in Select() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3516 if (auto *LoadN = dyn_cast<LoadSDNode>(In)) in lowerBITCAST() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5732 bool DAGCombiner::isAndLoadExtLoad(ConstantSDNode *AndC, LoadSDNode *LoadN, in isAndLoadExtLoad()