Searched defs:DestTy (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp195 Record *DestTy = Action->getValueAsDef("DestTy"); local
204 Record *DestTy = Action->getValueAsDef("DestTy"); local
208 Record *DestTy = Action->getValueAsDef("DestTy"); local
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp177 Type *DestTy = PointerType::get(Type::getInt8Ty(Context), AddrSpace); local
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp452 Instruction *llvm::UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy, argument
474 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { argument
H A DConstantsContext.h169 ExtractValueConstantExpr(Constant *Agg, const SmallVector<unsigned, 4> &IdxList, Type *DestTy) argument
195 InsertValueConstantExpr(Constant *Agg, Constant *Val, const SmallVector<unsigned, 4> &IdxList, Type *DestTy) argument
219 Create(Constant *C, ArrayRef<Constant*> IdxList, Type *DestTy, unsigned Flags) argument
H A DConstantFold.cpp100 static Constant *FoldBitCast(Constant *V, Type *DestTy) { argument
337 getFoldedSizeOf(Type *Ty, Type *DestTy, bool Folded) argument
394 getFoldedAlignOf(Type *Ty, Type *DestTy, bool Folded) argument
460 getFoldedOffsetOf(Type *Ty, Constant *FieldNo, Type *DestTy, bool Folded) argument
510 ConstantFoldCastInstruction(unsigned opc, Constant *V, Type *DestTy) argument
[all...]
H A DConstants.cpp2183 GetElementPtrConstantExpr(Constant *C, ArrayRef<Constant*> IdxList, Type *DestTy) argument
H A DVerifier.cpp944 void Verifier::VerifyBitcastType(const Value *V, Type *DestTy, Type *SrcTy) { argument
1236 Type *DestTy = I.getType(); local
1254 Type *DestTy = I.getType(); local
1272 Type *DestTy = I.getType(); local
1290 Type *DestTy = I.getType(); local
1307 Type *DestTy = I.getType(); local
1325 Type *DestTy = I.getType(); local
1348 Type *DestTy = I.getType(); local
1371 Type *DestTy = I.getType(); local
1394 Type *DestTy = I.getType(); local
1417 Type *DestTy = I.getType(); local
1439 Type *DestTy = I.getType(); local
1458 Type *DestTy = I.getType(); local
1465 Type *DestTy = I.getType(); local
[all...]
H A DInstructions.cpp2541 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { argument
2083 isNoopCast(Instruction::CastOps Opcode, Type *SrcTy, Type *DestTy, Type *IntPtrTy) argument
2602 isBitCastable(Type *SrcTy, Type *DestTy) argument
2650 getCastOpcode( const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) argument
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DConstantFolder.h162 Constant *CreateIntCast(Constant *C, Type *DestTy, argument
[all...]
H A DTargetFolder.h173 Constant *CreateIntCast(Constant *C, Type *DestTy, argument
[all...]
H A DNoFolder.h221 Instruction *CreateIntCast(Constant *C, Type *DestTy, argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp288 PointerType *DestTy = cast<PointerType>(CI->getType()); local
H A DInstCombineVectorOps.cpp664 Type *DestTy = local
H A DInstCombineCasts.cpp446 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); local
773 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); local
1074 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); local
1461 OptimizeVectorResize(Value *InVal, VectorType *DestTy, InstCombiner &IC) argument
1674 Type *DestTy = CI.getType(); local
1732 Type *DestTy = CI.getType(); local
[all...]
H A DInstCombineCompares.cpp1790 Type *DestTy = LHSCI->getType(); local
H A DInstructionCombining.cpp598 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy()); local
/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp727 static Value* createCast(IRBuilder<false> &Builder, Value *V, Type *DestTy) { argument
/freebsd-10.3-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp480 Type *DestTy = pickScalarType(); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp413 EmitCast(CastExpr::CastKind CK, Expr *Op, QualType DestTy) argument
H A DCGExprCXX.cpp1811 QualType DestTy local
1716 EmitDynamicCastCall(CodeGenFunction &CGF, llvm::Value *Value, QualType SrcTy, QualType DestTy, llvm::BasicBlock *CastEnd) argument
1795 EmitDynamicCastToNull(CodeGenFunction &CGF, QualType DestTy) argument
[all...]
H A DCGExprConstant.cpp1046 llvm::Type *DestTy = getTypes().ConvertTypeForMem(DestType); local
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp698 Type* DestTy = CE->getType(); local
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp48 static Constant *FoldBitCast(Constant *C, Type *DestTy, argument
954 ConstantFoldInstOperands(unsigned Opcode, Type *DestTy, ArrayRef<Constant *> Ops, const DataLayout *TD, const TargetLibraryInfo *TLI) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1604 QualType SrcTy, DestTy; local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1704 Type *DestTy = I->getType(); local

Completed in 201 milliseconds

12