/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8664Traits.h | 253 Address NewAddress; in RipRelative() local 254 NewAddress.SetModRM(0x0, RegX8664::Encoded_Reg_rbp); in RipRelative() 258 NewAddress.SetDisp32(Offset); in RipRelative() 260 NewAddress.SetFixup(Fixup); in RipRelative() 262 return NewAddress; in RipRelative() 267 Address NewAddress; in Absolute() local 268 NewAddress.SetModRM(0x0, RegX8664::Encoded_Reg_rsp); in Absolute() 270 NewAddress.SetSIB(NoScale, RegX8664::Encoded_Reg_rsp, in Absolute() 272 NewAddress.SetDisp32(Addr); in Absolute() 273 return NewAddress; in Absolute()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 273 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 298 bool replaceDbgDeclare(Value *Address, Value *NewAddress, DIBuilder &Builder,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 326 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | MVEGatherScatterLowering.cpp | 1144 GetElementPtrInst *NewAddress = GetElementPtrInst::Create( in optimiseAddress() local 1146 GEP->replaceAllUsesWith(NewAddress); in optimiseAddress() 1147 GEP = NewAddress; in optimiseAddress()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1226 bool llvm::replaceDbgDeclare(Value *Address, Value *NewAddress, in replaceDbgDeclare() argument 1241 Builder.insertDeclare(NewAddress, DIVar, DIExpr, Loc, InsertBefore); in replaceDbgDeclare() 1252 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca() argument 1276 Builder.insertDbgValueIntrinsic(NewAddress, DVI->getOffset(), DIVar, DIExpr, in replaceOneDbgValueForAlloca()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1672 bool llvm::replaceDbgDeclare(Value *Address, Value *NewAddress, in replaceDbgDeclare() argument 1684 Builder.insertDeclare(NewAddress, DIVar, DIExpr, Loc, DII); in replaceDbgDeclare() 1690 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca() argument 1709 Builder.insertDbgValueIntrinsic(NewAddress, DIVar, DIExpr, Loc, DVI); in replaceOneDbgValueForAlloca()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1549 bool llvm::replaceDbgDeclare(Value *Address, Value *NewAddress, in replaceDbgDeclare() argument 1561 Builder.insertDeclare(NewAddress, DIVar, DIExpr, Loc, InsertBefore); in replaceDbgDeclare() 1576 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca() argument 1595 Builder.insertDbgValueIntrinsic(NewAddress, DIVar, DIExpr, Loc, DVI); in replaceOneDbgValueForAlloca()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2337 Value *NewAddress = IRB.CreateAdd(IRB.CreatePtrToInt(NewAlloca, IntptrTy), in handleDynamicAllocaCall() local 2341 IRB.CreateCall(AsanAllocaPoisonFunc, {NewAddress, OldSize}); in handleDynamicAllocaCall() 2347 Value *NewAddressPtr = IRB.CreateIntToPtr(NewAddress, AI->getType()); in handleDynamicAllocaCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 3299 Value *NewAddress = IRB.CreateAdd(IRB.CreatePtrToInt(NewAlloca, IntptrTy), in handleDynamicAllocaCall() local 3303 IRB.CreateCall(AsanAllocaPoisonFunc, {NewAddress, OldSize}); in handleDynamicAllocaCall() 3309 Value *NewAddressPtr = IRB.CreateIntToPtr(NewAddress, AI->getType()); in handleDynamicAllocaCall()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 3432 Value *NewAddress = IRB.CreateAdd(IRB.CreatePtrToInt(NewAlloca, IntptrTy), in handleDynamicAllocaCall() local 3436 IRB.CreateCall(AsanAllocaPoisonFunc, {NewAddress, OldSize}); in handleDynamicAllocaCall() 3442 Value *NewAddressPtr = IRB.CreateIntToPtr(NewAddress, AI->getType()); in handleDynamicAllocaCall()
|