Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp350 void SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc,
1608 void AArch64DAGToDAGISel::SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc, in SelectLoad() function in AArch64DAGToDAGISel
4272 SelectLoad(Node, 2, AArch64::LD1Twov8b, AArch64::dsub0); in Select()
4275 SelectLoad(Node, 2, AArch64::LD1Twov16b, AArch64::qsub0); in Select()
4278 SelectLoad(Node, 2, AArch64::LD1Twov4h, AArch64::dsub0); in Select()
4281 SelectLoad(Node, 2, AArch64::LD1Twov8h, AArch64::qsub0); in Select()
4284 SelectLoad(Node, 2, AArch64::LD1Twov2s, AArch64::dsub0); in Select()
4287 SelectLoad(Node, 2, AArch64::LD1Twov4s, AArch64::qsub0); in Select()
4290 SelectLoad(Node, 2, AArch64::LD1Twov1d, AArch64::dsub0); in Select()
4293 SelectLoad(Node, 2, AArch64::LD1Twov2d, AArch64::qsub0); in Select()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h93 void SelectLoad(SDNode *N);
H A DHexagonISelDAGToDAG.cpp450 void HexagonDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in HexagonDAGToDAGISel
938 case ISD::LOAD: return SelectLoad(N); in Select()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp125 bool SelectLoad(const Instruction *I);
587 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in PPCFastISel
1944 return SelectLoad(I); in fastSelectInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFastISel.cpp162 bool SelectLoad(const Instruction *I);
1004 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in ARMFastISel
2829 return SelectLoad(I); in fastSelectInstruction()