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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp144 SDNode *SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc,
990 SDNode *AArch64DAGToDAGISel::SelectLoad(SDNode *N, unsigned NumVecs, function in class:AArch64DAGToDAGISel
2204 return SelectLoad(Node, 2, AArch64::LD1Twov8b, AArch64::dsub0);
2206 return SelectLoad(Node, 2, AArch64::LD1Twov16b, AArch64::qsub0);
2208 return SelectLoad(Node, 2, AArch64::LD1Twov4h, AArch64::dsub0);
2210 return SelectLoad(Node, 2, AArch64::LD1Twov8h, AArch64::qsub0);
2212 return SelectLoad(Node, 2, AArch64::LD1Twov2s, AArch64::dsub0);
2214 return SelectLoad(Node, 2, AArch64::LD1Twov4s, AArch64::qsub0);
2216 return SelectLoad(Node, 2, AArch64::LD1Twov1d, AArch64::dsub0);
2218 return SelectLoad(Nod
[all...]
H A DAArch64FastISel.cpp94 bool SelectLoad(const Instruction *I);
596 bool AArch64FastISel::SelectLoad(const Instruction *I) { function in class:AArch64FastISel
1941 return SelectLoad(I);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h64 SDNode *SelectLoad(SDNode *N);
H A DNVPTXISelDAGToDAG.cpp131 ResNode = SelectLoad(N);
393 SDNode *NVPTXDAGToDAGISel::SelectLoad(SDNode *N) { function in class:NVPTXDAGToDAGISel
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp76 bool SelectLoad(const Instruction *I);
243 bool MipsFastISel::SelectLoad(const Instruction *I) { function in class:__anon26050::MipsFastISel
312 return SelectLoad(I);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp93 SDNode *SelectLoad(SDNode *N);
675 SDNode *HexagonDAGToDAGISel::SelectLoad(SDNode *N) { function in class:HexagonDAGToDAGISel
1368 return SelectLoad(N);
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp125 bool SelectLoad(const Instruction *I);
538 bool PPCFastISel::SelectLoad(const Instruction *I) { function in class:PPCFastISel
1766 return SelectLoad(I);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp146 bool SelectLoad(const Instruction *I);
1060 bool ARMFastISel::SelectLoad(const Instruction *I) { function in class:ARMFastISel
2812 return SelectLoad(I);

Completed in 462 milliseconds