Home
last modified time | relevance | path

Searched defs:NewVal (Results 1 – 25 of 85) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp71 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, in SimplifyDemandedBits() local
630 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local
674 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local
766 Instruction *NewVal; in SimplifyDemandedUseBits() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp384 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/
DAtomicExpandPass.cpp374 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/swiftshader/third_party/LLVM/include/llvm/ADT/
DTinyPtrVector.h98 void push_back(EltTy NewVal) { in push_back()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp73 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/lib/Target/Mips/
DMipsJITInfo.cpp121 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr); in MipsCompilationCallbackC() local
/external/libcxxabi/src/demangle/
DUtility.h150 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DUtility.h165 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp126 Value *NewVal = BinaryOperator::Create(Instruction::Add, OldVal, in IncrementCounterInBlock() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp118 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)StubAddr); in ARMCompilationCallbackC() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp208 Value *NewVal = Builder.CreateBitCast(Trunc, ArgTy, in runOnFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp451 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local
471 Value *NewVal = ReplacedLoads[User]; in run() local
DEvaluator.cpp341 Constant *NewVal; in EvaluateBlock() local
DLoopRotationUtils.cpp155 Value *NewVal; in RewriteUsesOfClonedInstructions() local
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp440 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local
460 Value *NewVal = ReplacedLoads[User]; in run() local
/external/llvm/include/llvm/ADT/
DTinyPtrVector.h223 void push_back(EltTy NewVal) { in push_back()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTinyPtrVector.h241 void push_back(EltTy NewVal) { in push_back()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSSAUpdater.cpp479 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local
501 Value *NewVal = ReplacedLoads[User]; in run() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp86 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/lib/Target/X86/
DX86JITInfo.cpp373 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)RetAddr); in X86CompilationCallback2() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugLoc.cpp288 MDNode *NewVal = dyn_cast<MDNode>(NewVa); in allUsesReplacedWith() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp244 const ConstantInt *NewVal = &Val; in buildConstant() local
674 unsigned NewVal, MachineMemOperand &MMO) { in buildAtomicCmpXchgWithSuccess()
701 unsigned CmpVal, unsigned NewVal, in buildAtomicCmpXchg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp108 SDValue NewVal = getSDValue(NewValId); in PerformExpensiveChecks() local
680 SDValue NewVal(M, i); in ReplaceValueWith() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp97 SDValue NewVal = ReplacedValues[Res]; in PerformExpensiveChecks() local
731 SDValue NewVal(M, i); in ReplaceValueWith() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp96 SDValue NewVal = ReplacedValues[Res]; in PerformExpensiveChecks() local
713 SDValue NewVal(M, i); in ReplaceValueWith() local

1234