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

  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 301 EVT DstTy = TLI->getValueType(Dst);
303 if (!SrcTy.isSimple() || !DstTy.isSimple())
370 ConversionTbl, array_lengthof(ConversionTbl), ISD, DstTy.getSimpleVT(),
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 205 EVT DstTy = TLI->getValueType(Dst);
207 if (!SrcTy.isSimple() || !DstTy.isSimple())
291 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
322 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
354 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
374 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 561 EVT DstTy = TLI->getValueType(Dst);
564 if (!SrcTy.isSimple() || !DstTy.isSimple())
667 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
673 int Idx = ConvertCostTableLookup(AVXConversionTbl, ISD, DstTy.getSimpleVT(),
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 159 PointerType *DstTy = cast<PointerType>(CE->getType());
161 if (SrcTy->getAddressSpace() == 1 && DstTy->getAddressSpace() == 0) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 919 Type *DstTy = I->getType();
920 if (!isTypeLegal(DstTy, DstVT))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
CGExprScalar.cpp 104 Value *EmitConversionToBool(Value *Src, QualType DstTy);
110 QualType DstType, llvm::Type *DstTy);
114 Value *EmitScalarConversion(Value *Src, QualType SrcTy, QualType DstTy);
120 QualType SrcTy, QualType DstTy);
559 llvm::Type *DstTy) {
595 if (isa<llvm::IntegerType>(DstTy)) {
716 llvm::Type *DstTy = ConvertType(DstType);
719 if (SrcTy == DstTy)
725 if (isa<llvm::PointerType>(DstTy)) {
728 return Builder.CreateBitCast(Src, DstTy, "conv")
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 607 milliseconds