Searched refs:NewAddress (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8664Traits.h | 254 Address NewAddress; in RipRelative() local 255 NewAddress.SetModRM(0x0, RegX8664::Encoded_Reg_rbp); in RipRelative() 259 NewAddress.SetDisp32(Offset); in RipRelative() 261 NewAddress.SetFixup(Fixup); in RipRelative() 263 return NewAddress; in RipRelative() 268 Address NewAddress; in Absolute() local 269 NewAddress.SetModRM(0x0, RegX8664::Encoded_Reg_rsp); in Absolute() 271 NewAddress.SetSIB(NoScale, RegX8664::Encoded_Reg_rsp, in Absolute() 273 NewAddress.SetDisp32(Addr); in Absolute() 274 return NewAddress; in Absolute()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 273 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
|
/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/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()
|