/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 115 Type *DestTy) const override { in CreateCast() 119 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 124 Constant *C, Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast() 128 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 133 Instruction *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() 137 Instruction *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() 141 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() 145 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() 149 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() 153 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() [all …]
|
H A D | ConstantFolder.h | 178 Type *DestTy) const override { in CreateCast() 182 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 187 Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast() 191 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 196 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() 200 Constant *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() 204 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() 208 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() 212 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() 216 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 120 Type *DestTy) const override { in CreateCast() 125 Value *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 131 Value *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 136 Value *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() 141 Value *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() 144 Value *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() 147 Value *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() 150 Value *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() 155 Value *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() 160 Value *CreateTruncOrBitCast(Constant *C, Type *DestTy) const override { in CreateTruncOrBitCast() [all …]
|
H A D | TargetFolder.h | 189 Type *DestTy) const override { in CreateCast() 194 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 200 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 205 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() 210 Constant *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() 213 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() 216 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() 219 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() 224 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() 229 Constant *CreateTruncOrBitCast(Constant *C, Type *DestTy) const override { in CreateTruncOrBitCast() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 185 Type *DestTy) const { in CreateCast() 189 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() 194 Type *DestTy) const { in CreatePointerBitCastOrAddrSpaceCast() 198 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 203 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() 207 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() 211 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() 215 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() 219 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() 223 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() [all …]
|
H A D | NoFolder.h | 254 Type *DestTy) const { in CreateCast() 258 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() 262 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 267 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() 271 Instruction *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() 275 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() 279 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() 283 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() 287 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() 291 Instruction *CreateTruncOrBitCast(Constant *C, Type *DestTy) const { in CreateTruncOrBitCast()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 157 Type *DestTy) const { in CreateCast() 160 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() 165 Type *DestTy) const { in CreatePointerBitCastOrAddrSpaceCast() 169 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 173 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() 177 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() 180 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() 183 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() 186 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() 189 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() [all …]
|
H A D | NoFolder.h | 216 Type *DestTy) const { in CreateCast() 219 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() 222 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 226 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() 230 Instruction *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() 233 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() 236 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() 239 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() 242 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() 246 Instruction *CreateTruncOrBitCast(Constant *C, Type *DestTy) const { in CreateTruncOrBitCast()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 171 Type *DestTy) const { in CreateCast() 176 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 182 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() 187 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() 192 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() 195 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() 198 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() 201 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() 206 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() 211 Constant *CreateTruncOrBitCast(Constant *C, Type *DestTy) const { in CreateTruncOrBitCast() [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 169 Type *DestTy) const { in CreateCast() 174 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() 180 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() 185 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() 190 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() 193 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() 196 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() 199 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() 204 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() 209 Constant *CreateTruncOrBitCast(Constant *C, Type *DestTy) const { in CreateTruncOrBitCast() [all …]
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | CallingConvEmitter.cpp | 222 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local 236 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local 251 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local 255 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInstARM32.cpp | 661 Type DestTy = Dest->getType(); in emitIAS() local 980 const Type DestTy = Dest->getType(); in emitIAS() local 1019 const Type DestTy = Dest->getType(); in emitIAS() local 1058 const Type DestTy = Dest->getType(); in emitIAS() local 1088 Type DestTy = Dest->getType(); in emitIAS() local 1114 Type DestTy = Dest->getType(); in emitIAS() local 1139 Type DestTy = Dest->getType(); in emitIAS() local 1166 Type DestTy = Dest->getType(); in emitIAS() local 1246 Type DestTy = Dest->getType(); in emitIAS() local 1254 const Type DestTy = Dest->getType(); in emitIAS() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 346 auto *DestTy = dyn_cast<FixedVectorType>(Ty); in commonCastTransforms() local 576 Type *DestTy = Trunc.getType(); in narrowFunnelShift() local 672 Type *DestTy = Trunc.getType(); in narrowBinOp() local 784 Type *DestTy = Trunc.getType(); in shrinkInsertElt() local 806 Type *DestTy = Trunc.getType(), *SrcTy = Src->getType(); in visitTrunc() local 1237 Type *SrcTy = Src->getType(), *DestTy = Zext.getType(); in visitZExt() local 1505 Type *SrcTy = Src->getType(), *DestTy = Sext.getType(); in visitSExt() local 2136 optimizeVectorResizeWithIntegerBitCasts(Value *InVal, VectorType *DestTy, in optimizeVectorResizeWithIntegerBitCasts() 2393 Type *DestTy = BitCast.getType(); in foldBitCastBitwiseLogic() local 2472 Type *DestTy = BitCast.getType(); in foldBitCastSelect() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 503 Type *DestTy = Trunc.getType(); in narrowRotate() local 582 Type *DestTy = Trunc.getType(); in narrowBinOp() local 668 Type *DestTy = Trunc.getType(); in shrinkInsertElt() local 690 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); in visitTrunc() local 1100 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local 1373 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local 1865 VectorType *DestTy, in optimizeVectorResizeWithIntegerBitCasts() 2118 Type *DestTy = BitCast.getType(); in foldBitCastBitwiseLogic() local 2171 Type *DestTy = BitCast.getType(); in foldBitCastSelect() local 2229 Type *DestTy = CI.getType(); // Type A in optimizeBitCastFromPhi() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | NoFolder.h | 111 Type *DestTy) const override { in FoldCast() 119 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 124 Constant *C, Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | NoFolder.h | 111 Type *DestTy) const override { in FoldCast() 119 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 124 Constant *C, Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast()
|
D | ConstantFolder.h | 177 Type *DestTy) const override { in FoldCast() 190 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 195 Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | NoFolder.h | 111 Type *DestTy) const override { in FoldCast() 119 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 124 Constant *C, Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | InstSimplifyFolder.h | 116 Type *DestTy) const override { in FoldCast() 124 Value *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 131 Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | NoFolder.h | 111 Type *DestTy) const override { in FoldCast() 124 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 129 Constant *C, Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | InstSimplifyFolder.h | 116 Type *DestTy) const override { in FoldCast() 124 Value *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 131 Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | InstSimplifyFolder.h | 116 Type *DestTy) const override { in FoldCast() 124 Value *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 131 Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | InstSimplifyFolder.h | 116 Type *DestTy) const override { in FoldCast() 130 Value *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() 137 Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantsContext.h | 175 Type *DestTy) in ExtractValueConstantExpr() 206 ArrayRef<unsigned> IdxList, Type *DestTy) in InsertValueConstantExpr() 244 Type *DestTy, unsigned Flags) { in Create()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | ConstantsContext.h | 169 Type *DestTy) in ExtractValueConstantExpr() 201 ArrayRef<unsigned> IdxList, Type *DestTy) in InsertValueConstantExpr() 234 Type *DestTy, unsigned Flags) { in Create()
|