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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp213 void SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc,
1279 void AArch64DAGToDAGISel::SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc, function in class:AArch64DAGToDAGISel
3183 SelectLoad(Node, 2, AArch64::LD1Twov8b, AArch64::dsub0);
3186 SelectLoad(Node, 2, AArch64::LD1Twov16b, AArch64::qsub0);
3189 SelectLoad(Node, 2, AArch64::LD1Twov4h, AArch64::dsub0);
3192 SelectLoad(Node, 2, AArch64::LD1Twov8h, AArch64::qsub0);
3195 SelectLoad(Node, 2, AArch64::LD1Twov2s, AArch64::dsub0);
3198 SelectLoad(Node, 2, AArch64::LD1Twov4s, AArch64::qsub0);
3201 SelectLoad(Node, 2, AArch64::LD1Twov1d, AArch64::dsub0);
3204 SelectLoad(Nod
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h95 void SelectLoad(SDNode *N);
H A DHexagonISelDAGToDAG.cpp446 void HexagonDAGToDAGISel::SelectLoad(SDNode *N) { function in class:HexagonDAGToDAGISel
885 case ISD::LOAD: return SelectLoad(N);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp130 bool SelectLoad(const Instruction *I);
593 bool PPCFastISel::SelectLoad(const Instruction *I) { function in class:PPCFastISel
1941 return SelectLoad(I);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp167 bool SelectLoad(const Instruction *I);
1019 bool ARMFastISel::SelectLoad(const Instruction *I) { function in class:ARMFastISel
2826 return SelectLoad(I);

Completed in 74 milliseconds