/external/scudo/standalone/tests/ |
D | atomic_test.cpp | 85 Type NewVal = 24; in checkAtomicCompareExchange() local 95 Type NewVal = 24; in checkAtomicCompareExchange() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 384 Value *NewVal = Builder.CreateBitCast(NewLI, LI->getType()); in convertAtomicLoadToIntegerType() local 454 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy); in convertAtomicStoreToIntegerType() local 488 Value *Loaded, Value *NewVal, in createCmpXchgInstFun() 502 Value *NewVal; in performAtomicOp() local 670 Value *NewVal = performAtomicOp(Op, Builder, Loaded, Shifted_Inc); in performMaskedAtomicOp() local 685 Value *NewVal = performAtomicOp(Op, Builder, Loaded_Shiftdown, Inc); in performMaskedAtomicOp() local 774 Value *NewVal = CI->getNewValOperand(); in expandPartwordCmpXchg() local 907 Value *NewVal = PerformOp(Builder, Loaded); in insertRMWLLSCLoop() local 1258 Value *NewVal = PerformOp(Builder, Loaded); in insertRMWCmpXchgLoop() local 1436 Value *&Success, Value *&NewLoaded) { in expandAtomicRMWToLibcall()
|
/external/llvm/lib/CodeGen/ |
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()
|
/external/llvm/lib/Transforms/InstCombine/ |
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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | Utility.h | 165 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore()
|
/external/libcxxabi/src/demangle/ |
D | Utility.h | 150 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelArguments.cpp | 208 Value *NewVal = Builder.CreateBitCast(Trunc, ArgTy, in runOnFunction() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 440 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local 460 Value *NewVal = ReplacedLoads[User]; in run() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 451 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local 471 Value *NewVal = ReplacedLoads[User]; in run() local
|
D | LoopRotationUtils.cpp | 155 Value *NewVal; in RewriteUsesOfClonedInstructions() local
|
D | Evaluator.cpp | 341 Constant *NewVal; in EvaluateBlock() local
|
D | LoopUnrollPeel.cpp | 637 Value *NewVal = PHI->getIncomingValueForBlock(Latch); in peelLoop() local
|
/external/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 223 void push_back(EltTy NewVal) { in push_back()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 241 void push_back(EltTy NewVal) { in push_back()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 86 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, Known, in SimplifyDemandedBits() local 506 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local 657 Instruction *NewVal; in SimplifyDemandedUseBits() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 244 const ConstantInt *NewVal = &Val; in buildConstant() local 674 unsigned NewVal, MachineMemOperand &MMO) { in buildAtomicCmpXchgWithSuccess() 701 unsigned CmpVal, unsigned NewVal, in buildAtomicCmpXchg()
|
D | LegalizerHelper.cpp | 938 unsigned NewVal = MI.getOperand(4).getReg(); in lower() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 108 SDValue NewVal = getSDValue(NewValId); in PerformExpensiveChecks() local 680 SDValue NewVal(M, i); in ReplaceValueWith() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 97 SDValue NewVal = ReplacedValues[Res]; in PerformExpensiveChecks() local 731 SDValue NewVal(M, i); in ReplaceValueWith() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 163 Value *NewVal; in RewriteUsesOfClonedInstructions() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsExpandPseudo.cpp | 247 unsigned NewVal = I->getOperand(3).getReg(); in expandAtomicCmpSwap() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMCodeGenPrepare.cpp | 314 uint64_t NewVal = *Const->getValue().getRawData(); in Mutate() local
|
/external/clang/lib/Driver/ |
D | MSVCToolChain.cpp | 802 std::string NewVal = Val; in TranslateDArg() local
|
/external/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt()
|