Home
last modified time | relevance | path

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

123456

/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-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp391 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()
/external/llvm-project/llvm/lib/CodeGen/
DAtomicExpandPass.cpp359 Value *NewVal = Builder.CreateBitCast(NewLI, LI->getType()); in convertAtomicLoadToIntegerType() local
433 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy); in convertAtomicStoreToIntegerType() local
467 Value *Loaded, Value *NewVal, in createCmpXchgInstFun()
496 Value *NewVal; in performAtomicOp() local
730 Value *NewVal = performAtomicOp(Op, Builder, Loaded, Shifted_Inc); in performMaskedAtomicOp() local
744 Value *NewVal = performAtomicOp(Op, Builder, Loaded_Extract, Inc); in performMaskedAtomicOp() local
867 Value *NewVal = CI->getNewValOperand(); in expandPartwordCmpXchg() local
1053 Value *NewVal = PerformOp(Builder, Loaded); in insertRMWLLSCLoop() local
1424 Value *NewVal = PerformOp(Builder, Loaded); in insertRMWCmpXchgLoop() local
1620 Value *&Success, Value *&NewLoaded) { in expandAtomicRMWToLibcall()
/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/scudo/standalone/tests/
Datomic_test.cpp84 Type NewVal = 24; in checkAtomicCompareExchange() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Datomic_test.cpp84 Type NewVal = 24; in checkAtomicCompareExchange() local
/external/llvm-project/llvm/include/llvm/Demangle/
DUtility.h151 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore()
/external/libcxxabi/src/demangle/
DUtility.h150 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DUtility.h151 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore()
/external/llvm-project/libcxxabi/src/demangle/
DUtility.h151 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore()
/external/llvm-project/llvm/include/llvm/IR/
DMatrixBuilder.h150 Value *CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, in CreateMatrixInsert()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULateCodeGenPrepare.cpp179 auto *NewVal = IRB.CreateBitCast( in visitLoadInst() local
DAMDGPULowerKernelArguments.cpp240 Value *NewVal = Builder.CreateBitCast(Trunc, ArgTy, in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp208 Value *NewVal = Builder.CreateBitCast(Trunc, ArgTy, in runOnFunction() 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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp449 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local
469 Value *NewVal = ReplacedLoads[User]; in run() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp444 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local
464 Value *NewVal = ReplacedLoads[User]; in run() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp75 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, Known, in SimplifyDemandedBits() local
594 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local
751 Instruction *NewVal; in SimplifyDemandedUseBits() local
/external/llvm-project/llvm/include/llvm/ADT/
DTinyPtrVector.h244 void push_back(EltTy NewVal) { in push_back()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTinyPtrVector.h244 void push_back(EltTy NewVal) { in push_back()
/external/llvm/include/llvm/ADT/
DTinyPtrVector.h223 void push_back(EltTy NewVal) { in push_back()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp87 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, Known, in SimplifyDemandedBits() local
556 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local
707 Instruction *NewVal; in SimplifyDemandedUseBits() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp106 SDValue NewVal = getSDValue(NewValId); in PerformExpensiveChecks() local
664 SDValue NewVal(M, i); in ReplaceValueWith() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp106 SDValue NewVal = getSDValue(NewValId); in PerformExpensiveChecks() local
684 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

123456