/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
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()
|
D | TypePromotion.cpp | 465 Value *NewVal = Builder.CreateSub(I->getOperand(0), NewConst); in PrepareWrappingAdds() local
|
D | CodeGenPrepare.cpp | 2460 OperandSetter(Instruction *Inst, unsigned Idx, Value *NewVal) in OperandSetter() 2772 Value *NewVal) { in setOperand() 2778 Value *NewVal) { in eraseInstruction() 6686 Value *NewVal = nullptr; in promoteImpl() local
|
D | ModuloSchedule.cpp | 1123 unsigned NewVal = in rewritePhiValues() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | Utility.h | 151 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelArguments.cpp | 208 Value *NewVal = Builder.CreateBitCast(Trunc, ArgTy, in runOnFunction() local
|
D | AMDGPUCodeGenPrepare.cpp | 455 Value *NewVal = UndefValue::get(Ty); in insertValues() local 520 Value *NewVal = insertValues(Builder, Ty, ResultVals); in replaceMulWithMul24() local
|
D | AMDGPUTargetTransformInfo.cpp | 696 ConstantInt *NewVal = (TrueAS == NewAS) ? in rewriteIntrinsicWithAddressSpace() local
|
D | AMDGPULegalizerInfo.cpp | 1784 Register NewVal = MI.getOperand(3).getReg(); in legalizeAtomicCmpXChg() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 449 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local 469 Value *NewVal = ReplacedLoads[User]; in run() local
|
D | LoopRotationUtils.cpp | 166 Value *NewVal; in RewriteUsesOfClonedInstructions() local
|
D | Evaluator.cpp | 384 Constant *NewVal = in EvaluateBlock() local
|
D | LoopUnrollPeel.cpp | 756 Value *NewVal = PHI->getIncomingValueForBlock(Latch); in peelLoop() local
|
D | Local.cpp | 675 Value *NewVal = PN->getIncomingValue(0); in MergeBasicBlockIntoOnlyPred() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 244 void push_back(EltTy NewVal) { in push_back()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 106 SDValue NewVal = getSDValue(NewValId); in PerformExpensiveChecks() local 664 SDValue NewVal(M, i); in ReplaceValueWith() local
|
D | LegalizeFloatTypes.cpp | 2064 SDValue NewVal; in PromoteFloatOp_STORE() local 2244 SDValue NewVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, IVT, in PromoteFloatRes_EXTRACT_VECTOR_ELT() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsExpandPseudo.cpp | 246 Register NewVal = I->getOperand(3).getReg(); in expandAtomicCmpSwap() local
|
D | MipsISelLowering.cpp | 1859 Register NewVal = MI.getOperand(3).getReg(); in emitAtomicCmpSwap() local 1911 Register NewVal = MI.getOperand(3).getReg(); in emitAtomicCmpSwapPartword() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 737 Register NewVal, MachineMemOperand &MMO) { in buildAtomicCmpXchgWithSuccess() 764 Register CmpVal, Register NewVal, in buildAtomicCmpXchg()
|
D | IRTranslator.cpp | 1979 Register NewVal = getOrCreateVReg(*I.getNewValOperand()); in translateAtomicCmpXchg() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 213 auto *NewVal = Builder.CreateAdd(OldVal, LiveInValue); in doExtraRewritesBeforeFinalDeletion() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 1427 void AtomicCmpXchgInst::Init(Value *Ptr, Value *Cmp, Value *NewVal, in Init() 1460 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst() 1472 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 1431 LoadInst *NewVal = new LoadInst( in SimplifyPartiallyRedundantLoad() local
|