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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 716 TLI.getVectorIdxTy()));
759 TLI.getVectorIdxTy()));
858 DAG.getConstant(0, TLI.getVectorIdxTy()));
861 TLI.getVectorIdxTy()));
    [all...]
LegalizeTypesGeneric.cpp 83 DAG.getConstant(0, TLI.getVectorIdxTy()));
86 TLI.getVectorIdxTy()));
120 TLI.getVectorIdxTy())));
497 DAG.getConstant(0, TLI.getVectorIdxTy()));
499 DAG.getConstant(NumElements / 2, TLI.getVectorIdxTy()));
LegalizeVectorOps.cpp 554 RegSclVT, Value, DAG.getConstant(Idx, TLI.getVectorIdxTy()));
758 DAG.getConstant(i, TLI.getVectorIdxTy()));
760 DAG.getConstant(i, TLI.getVectorIdxTy()));
SelectionDAGBuilder.cpp 284 DAG.getConstant(0, TLI.getVectorIdxTy()));
494 TLI.getVectorIdxTy())));
520 PartVT, Val, DAG.getConstant(0, TLI.getVectorIdxTy()));
551 TLI.getVectorIdxTy()));
555 DAG.getConstant(i, TLI.getVectorIdxTy()));
    [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 54 virtual MVT getVectorIdxTy() const;
AMDGPUISelLowering.cpp 128 MVT AMDGPUTargetLowering::getVectorIdxTy() const {
  /external/llvm/include/llvm/Target/
TargetLowering.h 162 virtual MVT getVectorIdxTy() const {
    [all...]

Completed in 487 milliseconds