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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 494 MVT IVT = getConcrete();
495 IVT = IVT.getVectorElementType();
496 return MadeChange || VTOperand.MergeInTypeInfo(IVT.SimpleTy, TP);
540 MVT IVT = getConcrete();
541 unsigned NumElems = IVT.getVectorNumElements();
542 IVT = IVT.getVectorElementType();
544 EEVT::TypeSet EltTypeSet(IVT.SimpleTy, TP);
564 MVT IVT = VTOperand.getConcrete()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp 511 EVT IVT = getConcrete();
512 IVT = IVT.getVectorElementType();
514 VTOperand.MergeInTypeInfo(IVT.getSimpleVT().SimpleTy, TP);
555 EVT IVT = getConcrete();
556 IVT = IVT.getVectorElementType();
558 EEVT::TypeSet EltTypeSet(IVT.getSimpleVT().SimpleTy, TP);
561 EVT IVT = VTOperand.getConcrete();
562 IVT = IVT.getVectorElementType()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 784 EVT IVT = (MVT::SimpleValueType)IntReg;
785 if (isTypeLegal(IVT)) {
790 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger);
    [all...]
LegalizeDAG.cpp     [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.asm     [all...]
st32_64.asm     [all...]
start.asm     [all...]
start16.asm     [all...]
start32.asm     [all...]
start64.asm     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 1953 milliseconds