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

  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 252 EVT DstVT = Dst.getValueType();
256 DAG.getNode(ISD::ADD, dl, DstVT, Dst,
257 DAG.getConstant(Offset, DstVT)),
X86FastISel.cpp 92 bool X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT, unsigned Src, EVT SrcVT,
530 /// type SrcVT to type DstVT using the specified extension opcode Opc (e.g.
532 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT,
535 unsigned RR = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc,
    [all...]
X86ISelDAGToDAG.cpp 504 MVT DstVT = N->getSimpleValueType(0);
507 if (SrcVT.isVector() || DstVT.isVector())
515 bool DstIsSSE = X86Lowering->isScalarFPTypeInSSEReg(DstVT);
533 MemVT = DstVT; // FP_ROUND must use DstVT, we can't do a 'trunc load'.
535 MemVT = SrcIsSSE ? SrcVT : DstVT;
545 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, MemTmp,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 840 EVT DstVT = TLI.getValueType(I->getType());
843 DstVT == MVT::Other || !DstVT.isSimple())
848 if (!TLI.isTypeLegal(DstVT))
863 DstVT.getSimpleVT(),
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 477 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy());
479 if (!DstVT || !SrcVT)
482 unsigned DstNumElems = DstVT->getNumElements();
491 Res[I] = Builder.CreateBitCast(Op0[I], DstVT->getElementType(),
497 Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut);
523 Res[ResI] = Builder.CreateBitCast(V, DstVT->getElementType(),
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 918 MVT DstVT;
920 if (!isTypeLegal(DstTy, DstVT))
923 if (DstVT != MVT::f32 && DstVT != MVT::f64)
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 539 EVT DstVT = TLI.getValueType(CI->getType());
542 if (SrcVT.isInteger() != DstVT.isInteger())
547 if (SrcVT.bitsLT(DstVT)) return false;
555 if (TLI.getTypeAction(CI->getContext(), DstVT) ==
557 DstVT = TLI.getTypeToTransformTo(CI->getContext(), DstVT);
560 if (SrcVT != DstVT)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]

Completed in 277 milliseconds