HomeSort by relevance Sort by last modified time
    Searched refs:SelectLoad (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 144 SDNode *SelectLoad(SDNode *N, unsigned NumVecs, unsigned Opc,
    [all...]
AArch64FastISel.cpp 94 bool SelectLoad(const Instruction *I);
596 bool AArch64FastISel::SelectLoad(const Instruction *I) {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.h 64 SDNode *SelectLoad(SDNode *N);
NVPTXISelDAGToDAG.cpp 131 ResNode = SelectLoad(N);
393 SDNode *NVPTXDAGToDAGISel::SelectLoad(SDNode *N) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 76 bool SelectLoad(const Instruction *I);
243 bool MipsFastISel::SelectLoad(const Instruction *I) {
312 return SelectLoad(I);
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 93 SDNode *SelectLoad(SDNode *N);
675 SDNode *HexagonDAGToDAGISel::SelectLoad(SDNode *N) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 125 bool SelectLoad(const Instruction *I);
538 bool PPCFastISel::SelectLoad(const Instruction *I) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 146 bool SelectLoad(const Instruction *I);
    [all...]

Completed in 1110 milliseconds