Home
last modified time | relevance | path

Searched refs:SelectLoad (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64ISelDAGToDAG.cpp142 SDNode *SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc,
1074 SDNode *AArch64DAGToDAGISel::SelectLoad(SDNode *N, unsigned NumVecs, in SelectLoad() function in AArch64DAGToDAGISel
2403 return SelectLoad(Node, 2, AArch64::LD1Twov8b, AArch64::dsub0); in Select()
2405 return SelectLoad(Node, 2, AArch64::LD1Twov16b, AArch64::qsub0); in Select()
2407 return SelectLoad(Node, 2, AArch64::LD1Twov4h, AArch64::dsub0); in Select()
2409 return SelectLoad(Node, 2, AArch64::LD1Twov8h, AArch64::qsub0); in Select()
2411 return SelectLoad(Node, 2, AArch64::LD1Twov2s, AArch64::dsub0); in Select()
2413 return SelectLoad(Node, 2, AArch64::LD1Twov4s, AArch64::qsub0); in Select()
2415 return SelectLoad(Node, 2, AArch64::LD1Twov1d, AArch64::dsub0); in Select()
2417 return SelectLoad(Node, 2, AArch64::LD1Twov2d, AArch64::qsub0); in Select()
[all …]
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXISelDAGToDAG.h61 SDNode *SelectLoad(SDNode *N);
HDNVPTXISelDAGToDAG.cpp116 ResNode = SelectLoad(N); in Select()
625 SDNode *NVPTXDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in NVPTXDAGToDAGISel
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonISelDAGToDAG.cpp88 SDNode *SelectLoad(SDNode *N);
460 SDNode *HexagonDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in HexagonDAGToDAGISel
1280 return SelectLoad(N); in Select()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCFastISel.cpp130 bool SelectLoad(const Instruction *I);
576 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in PPCFastISel
1844 return SelectLoad(I); in fastSelectInstruction()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMFastISel.cpp144 bool SelectLoad(const Instruction *I);
1063 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in ARMFastISel
2817 return SelectLoad(I); in fastSelectInstruction()