HomeSort by relevance Sort by last modified time
    Searched defs:DstTy (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 202 EVT DstTy = TLI->getValueType(Dst);
204 if (!SrcTy.isSimple() || !DstTy.isSimple())
288 ISD, DstTy.getSimpleVT(), SrcTy.getSimpleVT());
319 ISD, DstTy.getSimpleVT(),
352 ISD, DstTy.getSimpleVT(),
374 ISD, DstTy.getSimpleVT(),
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 398 EVT DstTy = TLI->getValueType(Dst);
401 if (!SrcTy.isSimple() || !DstTy.isSimple())
451 ISD, DstTy.getSimpleVT(), SrcTy.getSimpleVT());
X86ISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
CGCall.cpp 798 llvm::Type *DstTy
    [all...]
CGExprScalar.cpp 103 Value *EmitConversionToBool(Value *Src, QualType DstTy);
109 QualType DstType, llvm::Type *DstTy);
113 Value *EmitScalarConversion(Value *Src, QualType SrcTy, QualType DstTy);
119 QualType SrcTy, QualType DstTy);
556 llvm::Type *DstTy) {
592 if (isa<llvm::IntegerType>(DstTy)) {
713 llvm::Type *DstTy = ConvertType(DstType);
716 if (SrcTy == DstTy)
722 if (isa<llvm::PointerType>(DstTy)) {
725 return Builder.CreateBitCast(Src, DstTy, "conv")
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 778 Type* DstTy = cast<PointerType>(CI->getType())->getElementType();
779 if (!SrcTy->isSized() || !DstTy->isSized())
781 if (!TD || TD->getTypeAllocSize(SrcTy) != TD->getTypeAllocSize(DstTy))
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 3465 milliseconds