/aosp_15_r20/external/AFLplusplus/instrumentation/ |
H A D | cmplog-routines-pass.cc | 512 Value *v1Pcasted = IRB.CreatePointerCast(v1P, i8PtrTy); 513 Value *v2Pcasted = IRB.CreatePointerCast(v2P, i8PtrTy); 543 Value *v1Pcasted = IRB.CreatePointerCast(v1P, i8PtrTy); 544 Value *v2Pcasted = IRB.CreatePointerCast(v2P, i8PtrTy); 578 Value *v1Pcasted = IRB.CreatePointerCast(v1P, i8PtrTy); 579 Value *v2Pcasted = IRB.CreatePointerCast(v2P, i8PtrTy); 609 Value *v1Pcasted = IRB.CreatePointerCast(v1P, i8PtrTy); 610 Value *v2Pcasted = IRB.CreatePointerCast(v2P, i8PtrTy); 644 Value *v1Pcasted = IRB.CreatePointerCast(v1P, i8PtrTy); 645 Value *v2Pcasted = IRB.CreatePointerCast(v2P, i8PtrTy); [all …]
|
H A D | SanitizerCoveragePCGUARD.so.cc | 277 auto SecStartI8Ptr = IRB.CreatePointerCast(SecStart, Int8PtrTy); in CreateSecStartEnd() 280 return std::make_pair(IRB.CreatePointerCast(GEP, PointerType::getUnqual(Ty)), in CreateSecStartEnd() 691 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray() 697 PCs.push_back((Constant *)IRB.CreatePointerCast( in CreatePCArray() 834 IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverage() 868 IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverage() 876 IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverage() 913 IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverage() 922 IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverage() 933 IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverage() [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 276 IRB.CreatePointerCast(RealGuardArray, Int32PtrTy)); in runOnModule() 289 IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy)); in runOnModule() 305 {IRB.CreatePointerCast(RealGuardArray, Int32PtrTy), in runOnModule() 308 ? IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy) in runOnModule() 310 IRB.CreatePointerCast(ModuleName, Int8PtrTy)}); in runOnModule() 444 IRB.CreatePointerCast(Callee, IntptrTy)); in InjectCoverageForIndirectCalls() 447 {IRB.CreatePointerCast(Callee, IntptrTy), in InjectCoverageForIndirectCalls() 448 IRB.CreatePointerCast(CalleeCache, IntptrTy)}); in InjectCoverageForIndirectCalls() 485 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)}); in InjectTraceForSwitch() 542 IRB.CreatePointerCast(GuardArray, IntptrTy), in InjectCoverageAtBlock() [all …]
|
H A D | ThreadSanitizer.cpp | 481 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore() 482 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())}); in instrumentLoadOrStore() 488 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore() 502 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore() 538 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 545 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 546 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 577 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic() 598 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic() 615 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic() [all …]
|
H A D | MemorySanitizer.cpp | 693 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0)); in paintOrigin() 739 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in storeOrigin() 941 Value *OffsetLong = IRB.CreatePointerCast(Addr, MS.IntptrTy); in getShadowPtrOffset() 995 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); in getShadowPtrForArgument() 1005 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); in getOriginPtrForArgument() 1013 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy); in getShadowPtrForRetval() 1698 A = IRB.CreatePointerCast(A, Sa->getType()); in handleEqualityComparison() 1699 B = IRB.CreatePointerCast(B, Sb->getType()); in handleEqualityComparison() 1771 A = IRB.CreatePointerCast(A, Sa->getType()); in handleRelationalComparisonExact() 1772 B = IRB.CreatePointerCast(B, Sb->getType()); in handleRelationalComparisonExact() [all …]
|
H A D | AddressSanitizer.cpp | 900 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 901 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 906 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 1023 i = IRB.CreatePointerCast(i, IntptrTy); in instrumentPointerComparisonOrSubtraction() 1142 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() 1203 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment() 1587 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy)}); in InstrumentGlobals() 1590 {IRB.CreatePointerCast(AllGlobals, IntptrTy), in InstrumentGlobals() 1604 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy)}); in InstrumentGlobals() 1607 {IRB.CreatePointerCast(AllGlobals, IntptrTy), in InstrumentGlobals() [all …]
|
H A D | EfficiencySanitizer.cpp | 688 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore() 701 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore() 715 {IRB.CreatePointerCast(MI->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 723 {IRB.CreatePointerCast(MI->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 724 IRB.CreatePointerCast(MI->getArgOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 879 Value *AddrPtr = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentFastpathWorkingSet()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 549 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore() 550 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())}); in instrumentLoadOrStore() 556 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore() 570 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore() 606 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 613 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 614 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 640 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic() 655 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic() 672 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic() [all …]
|
H A D | SanitizerCoverage.cpp | 315 Value *SecEndPtr = IRB.CreatePointerCast(SecEnd, Ty); in CreateSecStartEnd() 317 return std::make_pair(IRB.CreatePointerCast(SecStart, Ty), SecEndPtr); in CreateSecStartEnd() 321 auto SecStartI8Ptr = IRB.CreatePointerCast(SecStart, Int8PtrTy); in CreateSecStartEnd() 324 return std::make_pair(IRB.CreatePointerCast(GEP, Ty), SecEndPtr); in CreateSecStartEnd() 676 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray() 680 PCs.push_back((Constant *)IRB.CreatePointerCast( in CreatePCArray() 737 IRB.CreateCall(SanCovTracePCIndir, IRB.CreatePointerCast(Callee, IntptrTy)); in InjectCoverageForIndirectCalls() 779 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)}); in InjectTraceForSwitch() 873 IRB.CreateAdd(IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverageAtBlock()
|
H A D | HWAddressSanitizer.cpp | 585 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in untagPointerOperand() 625 Value *PtrLong = IRB.CreatePointerCast(Ptr, IntptrTy); in instrumentMemAccessInline() 703 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 704 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 709 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 745 IRB.CreatePointerCast(Addr, IntptrTy)); in instrumentMemAccess() 751 {IRB.CreatePointerCast(Addr, IntptrTy), in instrumentMemAccess() 780 {IRB.CreatePointerCast(AI, Int8PtrTy), JustTag, in tagAlloca() 784 Value *ShadowPtr = memToShadow(IRB.CreatePointerCast(AI, IntptrTy), IRB); in tagAlloca() 844 Value *StackPointerLong = IRB.CreatePointerCast(StackPointer, IntptrTy); in getStackBaseTag() [all …]
|
H A D | MemorySanitizer.cpp | 1103 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0)); in paintOrigin() 1146 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in storeOrigin() 1388 Value *OffsetLong = IRB.CreatePointerCast(Addr, MS.IntptrTy); in getShadowPtrOffset() 1448 IRB.CreatePointerCast(Addr, PointerType::get(IRB.getInt8Ty(), 0)); in getShadowOriginPtrKernel() 1458 ShadowPtr = IRB.CreatePointerCast(ShadowPtr, PointerType::get(ShadowTy, 0)); in getShadowOriginPtrKernel() 1478 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); in getShadowPtrForArgument() 1490 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); in getOriginPtrForArgument() 1499 return IRB.CreatePointerCast(MS.RetvalTLS, in getShadowPtrForRetval() 2216 A = IRB.CreatePointerCast(A, Sa->getType()); in handleEqualityComparison() 2217 B = IRB.CreatePointerCast(B, Sb->getType()); in handleEqualityComparison() [all …]
|
H A D | AddressSanitizer.cpp | 1307 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 1308 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 1313 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 1487 i = IRB.CreatePointerCast(i, IntptrTy); in instrumentPointerComparisonOrSubtraction() 1665 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() 1744 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment() 2112 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy), in InstrumentGlobalsELF() 2113 IRB.CreatePointerCast(StartELFMetadata, IntptrTy), in InstrumentGlobalsELF() 2114 IRB.CreatePointerCast(StopELFMetadata, IntptrTy)}); in InstrumentGlobalsELF() 2120 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy), in InstrumentGlobalsELF() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 619 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore() 620 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())}); in instrumentLoadOrStore() 626 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore() 658 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore() 696 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 703 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 704 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 731 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic() 746 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic() 764 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic() [all …]
|
H A D | SanitizerCoverage.cpp | 340 auto SecStartI8Ptr = IRB.CreatePointerCast(SecStart, Int8PtrTy); in CreateSecStartEnd() 343 return std::make_pair(IRB.CreatePointerCast(GEP, PointerType::getUnqual(Ty)), in CreateSecStartEnd() 753 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray() 757 PCs.push_back((Constant *)IRB.CreatePointerCast( in CreatePCArray() 817 IRB.CreateCall(SanCovTracePCIndir, IRB.CreatePointerCast(Callee, IntptrTy)); in InjectCoverageForIndirectCalls() 859 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)}); in InjectTraceForSwitch() 913 IRB.CreatePointerCast(Ptr, PointerType[Idx])); in InjectTraceForLoadsAndStores() 922 IRB.CreatePointerCast(Ptr, PointerType[Idx])); in InjectTraceForLoadsAndStores() 985 IRB.CreateAdd(IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverageAtBlock() 1068 CFs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in createFunctionControlFlow() [all …]
|
H A D | AddressSanitizer.cpp | 1234 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 1235 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 1240 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 1411 i = IRB.CreatePointerCast(i, IntptrTy); in instrumentPointerComparisonOrSubtraction() 1585 Value *AddrLong = IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()); in instrumentAMDGPUAddress() 1617 {IRB.CreatePointerCast(Addr, Int8PtrTy), in instrumentAddress() 1622 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() 1680 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment() 2113 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy), in InstrumentGlobalsELF() 2114 IRB.CreatePointerCast(StartELFMetadata, IntptrTy), in InstrumentGlobalsELF() [all …]
|
H A D | HWAddressSanitizer.cpp | 802 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in untagPointerOperand() 849 Value *PtrLong = IRB.CreatePointerCast(Ptr, IntptrTy); in instrumentMemAccessInline() 948 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 949 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 954 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 977 IRB.CreatePointerCast(Addr, IntptrTy)); in instrumentMemAccess() 985 {IRB.CreatePointerCast(Addr, IntptrTy), in instrumentMemAccess() 1002 {IRB.CreatePointerCast(AI, Int8PtrTy), JustTag, in tagAlloca() 1006 Value *ShadowPtr = memToShadow(IRB.CreatePointerCast(AI, IntptrTy), IRB); in tagAlloca() 1137 Value *SlotPtr = IRB.CreatePointerCast( in getHwasanThreadSlotPtr() [all …]
|
H A D | MemorySanitizer.cpp | 1193 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0)); in paintOrigin() 1241 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), Origin}); in storeOrigin() 1636 Value *OffsetLong = IRB.CreatePointerCast(Addr, IntptrTy); in getShadowPtrOffset() 1694 IRB.CreatePointerCast(Addr, PointerType::get(IRB.getInt8Ty(), 0)); in getShadowOriginPtrKernelNoVec() 1704 ShadowPtr = IRB.CreatePointerCast(ShadowPtr, PointerType::get(ShadowTy, 0)); in getShadowOriginPtrKernelNoVec() 1759 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); in getShadowPtrForArgument() 1770 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); in getOriginPtrForArgument() 1779 return IRB.CreatePointerCast(MS.RetvalTLS, in getShadowPtrForRetval() 2563 A = IRB.CreatePointerCast(A, Sa->getType()); in handleEqualityComparison() 2564 B = IRB.CreatePointerCast(B, Sb->getType()); in handleEqualityComparison() [all …]
|
H A D | DataFlowSanitizer.cpp | 1280 Args.push_back(IRB.CreatePointerCast(F, IRB.getInt8PtrTy())); in buildExternWeakCheckIfNeeded() 1779 Value *Base = IRB.CreatePointerCast(DFS.ArgTLS, DFS.IntptrTy); in getArgTLS() 1787 return IRB.CreatePointerCast( in getRetvalTLS() 1892 Value *OffsetLong = IRB.CreatePointerCast(Addr, IntptrTy); in getShadowOffset() 2266 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in loadShadowOriginSansLoadTracking() 2476 Value *IntptrStoreOriginPtr = IRB.CreatePointerCast( in paintOrigin() 2525 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in storeOrigin() 2925 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemTransferInst() 2926 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemTransferInst() 3218 {NextIRB.CreatePointerCast(DstPtr, NextIRB.getInt8PtrTy()), in visitLibAtomicLoad() [all …]
|
H A D | MemProfiler.cpp | 257 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 258 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 263 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic() 432 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress()
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 511 …ArgVector[ArgContextIdx] = CallerBuilder.CreatePointerCast(ArgVector[ArgContextIdx], ContextArgTyp… in finishArgList() 682 CastInBufPtr = Builder.CreatePointerCast(InBufPtr, InType, "casted_in"); in ExpandInputsLoopInvariant() 746 InPtr = Builder.CreatePointerCast(InPtr, InTy); in ExpandInputsBody() 854 UsrData = Builder.CreatePointerCast(Builder.CreateLoad(UsrDataPointerAddr), UsrDataTy); in ExpandOldStyleForEach() 887 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy); in ExpandOldStyleForEach() 894 InPtr = Builder.CreatePointerCast(InPtr, InTy); in ExpandOldStyleForEach() 1009 CastedOutBasePtr = Builder.CreatePointerCast(OutBasePtr, OutTy, "casted_out"); in ExpandForEach() 1069 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy); in ExpandForEach() 1274 TypeAdjustedOther = Builder.CreatePointerCast(CombinerArg_other, in CreateReduceCombinerFromAccumulator()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | NoFolder.h | 119 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function 120 return CastInst::CreatePointerCast(C, DestTy); in CreatePointerCast()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | NoFolder.h | 119 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function 120 return CastInst::CreatePointerCast(C, DestTy); in CreatePointerCast()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | NoFolder.h | 119 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function 120 return CastInst::CreatePointerCast(C, DestTy); in CreatePointerCast()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | NoFolder.h | 124 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function 125 return CastInst::CreatePointerCast(C, DestTy); in CreatePointerCast()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | llvm_codegen.cpp | 654 irb_.CreatePointerCast(irb_.CreateLoad(OpqPtrTy_, argp), params[i]); in emitWrapper() 658 irb_.CreatePointerCast(irb_.CreateLoad(OpqPtrTy_, argp), OpqPtrTy_); in emitWrapper() 668 auto arg = irb_.CreatePointerCast( in emitWrapper() 673 auto p = irb_.CreatePointerCast( in emitWrapper() 1632 llvm::Value* packed_func_args = irb_.CreatePointerCast( in processParallelFor() 1666 irb_.CreatePointerCast(packed_caller_args, OpqPtrTy_); in processParallelFor() 1667 llvm::Value* func_value = irb_.CreatePointerCast(func, OpqPtrTy_); in processParallelFor() 1672 irb_.CreatePointerCast(packed_caller_args, Int8PtrTy_); in processParallelFor() 1673 llvm::Value* func_value = irb_.CreatePointerCast(func, Int8PtrTy_); in processParallelFor() 2200 ptr = irb_.CreatePointerCast(ptr, dtypeToLLVMPtr(buf->dtype())); in handleBufReuse() [all …]
|