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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 245 EVT LoadedVT = LD->getMemoryVT();
252 bool IsValidInc = HII->isValidAutoIncImm(LoadedVT, Inc);
254 assert(LoadedVT.isSimple());
255 switch (LoadedVT.getSimpleVT().SimpleTy) {
325 assert(LoadedVT.getSizeInBits() <= 32);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp 437 /// the type of the loaded value to be extended. LoadedVT returns the type
441 EVT LoadResultTy, EVT &ExtVT, EVT &LoadedVT,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 72 EVT LoadedVT = LD->getMemoryVT();
79 bool IsValidInc = HII->isValidAutoIncImm(LoadedVT, Inc);
81 assert(LoadedVT.isSimple());
82 switch (LoadedVT.getSimpleVT().SimpleTy) {
154 assert(LoadedVT.getSizeInBits() <= 32);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 843 EVT LoadedVT = LD->getMemoryVT();
850 if (!LoadedVT.isSimple())
885 MVT SimpleVT = LoadedVT.getSimpleVT();
894 assert(LoadedVT == MVT::v2f16 && "Unexpected vector type");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 501 EVT LoadedVT = LD->getMemoryVT();
504 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits());
511 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad);
512 if (VT.isFloatingPoint() && LoadedVT != VT)
522 unsigned LoadedBytes = LoadedVT.getSizeInBits() / 8;
527 SDValue StackBase = DAG.CreateStackTemporary(LoadedVT, RegVT);
572 MachinePointerInfo(), LoadedVT, false, false, 0);
578 assert(LoadedVT.isInteger() && !LoadedVT.isVector() &&
583 unsigned NumBits = LoadedVT.getSizeInBits()
    [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 678 EVT LoadedVT = LD->getMemoryVT();
685 if (!LoadedVT.isSimple())
704 MVT SimpleVT = LoadedVT.getSimpleVT();
923 EVT LoadedVT = MemSD->getMemoryVT();
925 if (!LoadedVT.isSimple())
944 MVT SimpleVT = LoadedVT.getSimpleVT();
    [all...]

Completed in 1242 milliseconds