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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 369 DAG.getConstant(0, TLI.getVectorIdxTy()));
371 DAG.getConstant(0, TLI.getVectorIdxTy()));
786 TLI.getVectorIdxTy()));
    [all...]
LegalizeVectorOps.cpp 619 RegSclVT, Value, DAG.getConstant(Idx, TLI.getVectorIdxTy()));
    [all...]
SelectionDAGBuilder.cpp 300 DAG.getConstant(0, TLI.getVectorIdxTy()));
493 TLI.getVectorIdxTy())));
519 PartVT, Val, DAG.getConstant(0, TLI.getVectorIdxTy()));
550 TLI.getVectorIdxTy()));
554 DAG.getConstant(i, TLI.getVectorIdxTy()));
    [all...]
LegalizeTypesGeneric.cpp 121 TLI.getVectorIdxTy())));
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 118 MVT getVectorIdxTy() const override;
AMDGPUISelLowering.cpp 389 MVT AMDGPUTargetLowering::getVectorIdxTy() const {
    [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 169 virtual MVT getVectorIdxTy() const {
    [all...]

Completed in 262 milliseconds