/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | tsuserex.h | 165 #define IADsTSUserEx_put_AllowLogon(This,NewVal) (This)->lpVtbl->put_AllowLogon(This,NewVal) argument 167 #define IADsTSUserEx_put_EnableRemoteControl(This,NewVal) (This)->lpVtbl->put_EnableRemoteControl(T… argument 169 #define IADsTSUserEx_put_MaxDisconnectionTime(This,NewVal) (This)->lpVtbl->put_MaxDisconnectionTime… argument 171 #define IADsTSUserEx_put_MaxConnectionTime(This,NewVal) (This)->lpVtbl->put_MaxConnectionTime(This,… argument 173 #define IADsTSUserEx_put_MaxIdleTime(This,NewVal) (This)->lpVtbl->put_MaxIdleTime(This,NewVal) argument 175 #define IADsTSUserEx_put_ReconnectionAction(This,NewVal) (This)->lpVtbl->put_ReconnectionAction(Thi… argument 177 #define IADsTSUserEx_put_BrokenConnectionAction(This,NewVal) (This)->lpVtbl->put_BrokenConnectionAc… argument 179 #define IADsTSUserEx_put_ConnectClientDrivesAtLogon(This,NewVal) (This)->lpVtbl->put_ConnectClientD… argument 181 #define IADsTSUserEx_put_ConnectClientPrintersAtLogon(This,NewVal) (This)->lpVtbl->put_ConnectClien… argument 183 #define IADsTSUserEx_put_DefaultToMainPrinter(This,NewVal) (This)->lpVtbl->put_DefaultToMainPrinter… argument
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 374 Value *NewVal = Builder.CreateBitCast(NewLI, LI->getType()); in convertAtomicLoadToIntegerType() local 444 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy); in convertAtomicStoreToIntegerType() local 478 Value *Loaded, Value *NewVal, in createCmpXchgInstFun() 492 Value *NewVal; in performAtomicOp() local 660 Value *NewVal = performAtomicOp(Op, Builder, Loaded, Shifted_Inc); in performMaskedAtomicOp() local 675 Value *NewVal = performAtomicOp(Op, Builder, Loaded_Shiftdown, Inc); in performMaskedAtomicOp() local 765 Value *NewVal = CI->getNewValOperand(); in expandPartwordCmpXchg() local 898 Value *NewVal = PerformOp(Builder, Loaded); in insertRMWLLSCLoop() local 1254 Value *NewVal = PerformOp(Builder, Loaded); in insertRMWCmpXchgLoop() local 1432 Value *&Success, Value *&NewLoaded) { in expandAtomicRMWToLibcall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 391 Value *NewVal = Builder.CreateBitCast(NewLI, LI->getType()); in convertAtomicLoadToIntegerType() local 465 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy); in convertAtomicStoreToIntegerType() local 499 Value *Loaded, Value *NewVal, in createCmpXchgInstFun() 528 Value *NewVal; in performAtomicOp() local 709 Value *NewVal = performAtomicOp(Op, Builder, Loaded, Shifted_Inc); in performMaskedAtomicOp() local 724 Value *NewVal = performAtomicOp(Op, Builder, Loaded_Shiftdown, Inc); in performMaskedAtomicOp() local 848 Value *NewVal = CI->getNewValOperand(); in expandPartwordCmpXchg() local 1037 Value *NewVal = PerformOp(Builder, Loaded); in insertRMWLLSCLoop() local 1388 Value *NewVal = PerformOp(Builder, Loaded); in insertRMWCmpXchgLoop() local 1590 Value *&Success, Value *&NewLoaded) { in expandAtomicRMWToLibcall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 385 Value *NewVal = Builder.CreateBitCast(NewLI, LI->getType()); in convertAtomicLoadToIntegerType() local 403 Value *NewVal = Val->getType()->isPointerTy() in convertAtomicXchgToIntegerType() local 508 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy); in convertAtomicStoreToIntegerType() local 546 Value *Loaded, Value *NewVal, Align AddrAlign, in createCmpXchgInstFun() 823 Value *NewVal = buildAtomicRMWValue(Op, Builder, Loaded, Shifted_Inc); in performMaskedAtomicOp() local 843 Value *NewVal = buildAtomicRMWValue(Op, Builder, Loaded_Extract, Inc); in performMaskedAtomicOp() local 975 Value *NewVal = CI->getNewValOperand(); in expandPartwordCmpXchg() local 1165 Value *NewVal = PerformOp(Builder, Loaded); in insertRMWLLSCLoop() local 1533 Value *NewVal = PerformOp(Builder, Loaded); in insertRMWCmpXchgLoop() local 1736 SyncScope::ID SSID, Value *&Success, Value *&NewLoaded) { in expandAtomicRMWToLibcall()
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 73 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, KnownZero, in SimplifyDemandedBits() local 620 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local 664 BinaryOperator *NewVal = BinaryOperator::CreateLShr(I->getOperand(0), in SimplifyDemandedUseBits() local 756 Instruction *NewVal; in SimplifyDemandedUseBits() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 87 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, Known, in SimplifyDemandedBits() local 556 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local 707 Instruction *NewVal; in SimplifyDemandedUseBits() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 75 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, Known, in SimplifyDemandedBits() local 747 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local 912 Instruction *NewVal; in SimplifyDemandedUseBits() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 433 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local 456 Value *NewVal = ReplacedLoads[User]; in run() local
|
H A D | LowerAtomic.cpp | 45 Value *NewVal; in buildAtomicRMWValue() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 440 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local 460 Value *NewVal = ReplacedLoads[User]; in run() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 449 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local 469 Value *NewVal = ReplacedLoads[User]; in run() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 105 SDValue NewVal = getSDValue(NewValId); in PerformExpensiveChecks() local 688 SDValue NewVal(M, i); in ReplaceValueWith() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 106 SDValue NewVal = getSDValue(NewValId); in PerformExpensiveChecks() local 664 SDValue NewVal(M, i); in ReplaceValueWith() local
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | atomic_test.cpp | 84 Type NewVal = 24; in checkAtomicCompareExchange() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 97 SDValue NewVal = ReplacedValues[Res]; in PerformExpensiveChecks() local 731 SDValue NewVal(M, i); in ReplaceValueWith() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | Utility.h | 152 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore()
|
/aosp_15_r20/external/libcxxabi/src/demangle/ |
H A D | Utility.h | 150 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/ |
D | Utility.h | 192 ScopedOverride(T &Loc_, T NewVal) : Loc(Loc_), Original(Loc_) { in ScopedOverride()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 176 auto *NewVal = IRB.CreateBitCast( in visitLoadInst() local
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/demangle/ |
H A D | Utility.h | 192 ScopedOverride(T &Loc_, T NewVal) : Loc(Loc_), Original(Loc_) { in ScopedOverride()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/ |
D | Utility.h | 192 ScopedOverride(T &Loc_, T NewVal) : Loc(Loc_), Original(Loc_) { in ScopedOverride()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/ |
H A D | Utility.h | 188 ScopedOverride(T &Loc_, T NewVal) : Loc(Loc_), Original(Loc_) { in ScopedOverride()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/ |
D | Utility.h | 192 ScopedOverride(T &Loc_, T NewVal) : Loc(Loc_), Original(Loc_) { in ScopedOverride()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Demangle/ |
D | Utility.h | 192 ScopedOverride(T &Loc_, T NewVal) : Loc(Loc_), Original(Loc_) { in ScopedOverride()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 146 Value *CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, in CreateMatrixInsert()
|