/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 283 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function 284 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
|
D | ConstantFolder.h | 219 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
D | InstrTypes.h | 483 static CastInst *CreateZExtOrBitCast( 491 static CastInst *CreateZExtOrBitCast(
|
D | IRBuilder.h | 2111 Value *CreateZExtOrBitCast(Value *V, Type *DestTy, 2116 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name); 2117 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 201 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 988 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitUDiv() 993 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitUDiv() 1381 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitURem()
|
D | InstCombinePHI.cpp | 730 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType()); in FoldPHIArgZextsIntoPHI()
|
D | InstCombineAddSub.cpp | 1750 return CastInst::CreateZExtOrBitCast(X, I.getType()); in visitSub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 477 Helper.CreateZExtOrBitCast(Val, IntegerType::get(Ctx, LoadSize * 8)); in getMemInstValueForLoadHelper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 733 CastInst::CreateZExtOrBitCast(Base, SDI->getType(), SDI->getName(), SDI); in processSExt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibCalls.cpp | 1138 opr_n = B.CreateZExtOrBitCast(opr_n, nTy, "__ytou"); in fold_pow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 2783 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst 2791 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
|
D | Core.cpp | 3772 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildZExtOrBitCast()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6856 V = Builder.CreateZExtOrBitCast(V, SplitStoreType); in splitMergedValStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 13178 {Builder.CreateZExtOrBitCast( in emitStoreConditional()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 16968 Strex, {Builder.CreateZExtOrBitCast( in emitStoreConditional()
|