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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 534 SDValue ScalarLoad;
538 ScalarLoad = DAG.getLoad(WideVT, dl, Chain, BasePTR,
550 ScalarLoad = DAG.getExtLoad(ISD::EXTLOAD, dl, WideVT, Chain, BasePTR,
564 LoadVals.push_back(ScalarLoad.getValue(0));
565 LoadChains.push_back(ScalarLoad.getValue(1));
    [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 595 SDValue ScalarLoad;
599 ScalarLoad =
610 ScalarLoad =
622 LoadVals.push_back(ScalarLoad.getValue(0));
623 LoadChains.push_back(ScalarLoad.getValue(1));
    [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 397 milliseconds