/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | NoFolder.h | 226 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function 227 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
|
D | ConstantFolder.h | 179 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
D | TargetFolder.h | 191 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
D | IRBuilder.h | 956 Value *CreateZExtOrBitCast(Value *V, Type *DestTy, 961 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name); 962 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 280 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function 281 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
|
D | ConstantFolder.h | 216 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
D | InstrTypes.h | 636 static CastInst *CreateZExtOrBitCast( 644 static CastInst *CreateZExtOrBitCast(
|
D | IRBuilder.h | 1639 Value *CreateZExtOrBitCast(Value *V, Type *DestTy, 1644 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name); 1645 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
|
/external/llvm/include/llvm/IR/ |
D | NoFolder.h | 239 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function 240 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
|
D | ConstantFolder.h | 186 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
D | InstrTypes.h | 610 static CastInst *CreateZExtOrBitCast( 618 static CastInst *CreateZExtOrBitCast(
|
D | IRBuilder.h | 1335 Value *CreateZExtOrBitCast(Value *V, Type *DestTy, 1340 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name); 1341 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 433 static CastInst *CreateZExtOrBitCast( 441 static CastInst *CreateZExtOrBitCast(
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 198 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 199 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 965 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitUDiv() 970 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitUDiv() 1327 return CastInst::CreateZExtOrBitCast(Builder.CreateICmpNE(Op1, Op0), Ty); in visitURem()
|
D | InstCombinePHI.cpp | 717 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType()); in FoldPHIArgZextsIntoPHI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 439 Helper.CreateZExtOrBitCast(Val, IntegerType::get(Ctx, LoadSize * 8)); in getMemInstValueForLoadHelper()
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCL20ToSPIRV.cpp | 627 auto *Cast = CastInst::CreateZExtOrBitCast(Cmp, Type::getInt32Ty(*Ctx), in visitCallAllAny() 641 return CastInst::CreateZExtOrBitCast(CI, Type::getInt32Ty(*Ctx), "", in visitCallAllAny()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 461 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType()); in FoldPHIArgZextsIntoPHI()
|
D | InstCombineAddSub.cpp | 1537 return CastInst::CreateZExtOrBitCast(X, Op1->getType()); in visitSub()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 3058 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext"); in VisitBinLAnd() 3103 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext"); in VisitBinLAnd() 3136 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext"); in VisitBinLOr() 3181 return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext"); in VisitBinLOr()
|
D | CGObjCGNU.cpp | 2861 return CGF.Builder.CreateZExtOrBitCast( in EmitIvarOffset() 2879 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy); in EmitIvarOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibCalls.cpp | 1126 opr_n = B.CreateZExtOrBitCast(opr_n, nTy, "__ytou"); in fold_pow()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2294 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst 2302 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
|