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

  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 198 EVT DstTy = TLI->getValueType(Dst);
200 if (!SrcTy.isSimple() || !DstTy.isSimple())
276 ISD, DstTy.getSimpleVT(), SrcTy.getSimpleVT());
307 ISD, DstTy.getSimpleVT(),
340 ISD, DstTy.getSimpleVT(),
362 ISD, DstTy.getSimpleVT(),
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 239 EVT DstTy = TLI->getValueType(Dst);
241 if (!SrcTy.isSimple() || !DstTy.isSimple())
268 ISD, DstTy.getSimpleVT(), SrcTy.getSimpleVT());
X86ISelLowering.cpp     [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/clang/lib/CodeGen/
CGCall.cpp 775 llvm::Type *DstTy =
777 if (SrcTy == DstTy) {
784 if (llvm::StructType *DstSTy = dyn_cast<llvm::StructType>(DstTy)) {
786 DstTy = cast<llvm::PointerType>(DstPtr->getType())->getElementType();
792 (isa<llvm::IntegerType>(DstTy) || isa<llvm::PointerType>(DstTy))) {
793 Src = CoerceIntOrPtrToIntOrPtr(Src, DstTy, CGF);
798 uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(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);
552 llvm::Type *DstTy) {
594 if (isa<llvm::IntegerType>(DstTy)) {
678 llvm::Type *DstTy = ConvertType(DstType);
681 if (SrcTy == DstTy)
687 if (isa<llvm::PointerType>(DstTy)) {
690 return Builder.CreateBitCast(Src, DstTy, "conv")
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 182 milliseconds