Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp370 void SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc,
1729 void AArch64DAGToDAGISel::SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc, in SelectLoad() function in AArch64DAGToDAGISel
4966 SelectLoad(Node, 2, AArch64::LD1Twov8b, AArch64::dsub0); in Select()
4969 SelectLoad(Node, 2, AArch64::LD1Twov16b, AArch64::qsub0); in Select()
4972 SelectLoad(Node, 2, AArch64::LD1Twov4h, AArch64::dsub0); in Select()
4975 SelectLoad(Node, 2, AArch64::LD1Twov8h, AArch64::qsub0); in Select()
4978 SelectLoad(Node, 2, AArch64::LD1Twov2s, AArch64::dsub0); in Select()
4981 SelectLoad(Node, 2, AArch64::LD1Twov4s, AArch64::qsub0); in Select()
4984 SelectLoad(Node, 2, AArch64::LD1Twov1d, AArch64::dsub0); in Select()
4987 SelectLoad(Node, 2, AArch64::LD1Twov2d, AArch64::qsub0); in Select()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h91 void SelectLoad(SDNode *N);
H A DHexagonISelDAGToDAG.cpp456 void HexagonDAGToDAGISel::SelectLoad(SDNode *N) { in SelectLoad() function in HexagonDAGToDAGISel
1035 case ISD::LOAD: return SelectLoad(N); in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp120 bool SelectLoad(const Instruction *I);
575 bool PPCFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in PPCFastISel
1931 return SelectLoad(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp187 bool SelectLoad(const Instruction *I);
1042 bool ARMFastISel::SelectLoad(const Instruction *I) { in SelectLoad() function in ARMFastISel
2899 return SelectLoad(I); in fastSelectInstruction()