/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 71 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/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()
|
D | CodeGenPrepare.cpp | 2246 OperandSetter(Instruction *Inst, unsigned Idx, Value *NewVal) in OperandSetter() 2510 Value *NewVal) { in setOperand() 2516 Value *NewVal) { in eraseInstruction() 5107 Value *NewVal = nullptr; in promoteImpl() local
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | TinyPtrVector.h | 98 void push_back(EltTy NewVal) { in push_back()
|
/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/lib/Target/Mips/ |
D | MipsJITInfo.cpp | 121 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr); in MipsCompilationCallbackC() local
|
D | MipsISelLowering.cpp | 967 unsigned NewVal = RegInfo.createVirtualRegister(RC); in EmitAtomicBinaryPartword() local 1114 unsigned NewVal = MI->getOperand(3).getReg(); in EmitAtomicCmpSwap() local 1182 unsigned NewVal = MI->getOperand(3).getReg(); in EmitAtomicCmpSwapPartword() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | ProfilingUtils.cpp | 126 Value *NewVal = BinaryOperator::Create(Instruction::Add, OldVal, in IncrementCounterInBlock() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMJITInfo.cpp | 118 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)StubAddr); in ARMCompilationCallbackC() 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/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 223 void push_back(EltTy NewVal) { in push_back()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 479 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local 501 Value *NewVal = ReplacedLoads[User]; in run() local
|
D | Local.cpp | 429 Value *NewVal = PN->getIncomingValue(0); in MergeBasicBlockIntoOnlyPred() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | DebugLoc.cpp | 288 MDNode *NewVal = dyn_cast<MDNode>(NewVa); in allUsesReplacedWith() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86JITInfo.cpp | 373 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)RetAddr); in X86CompilationCallback2() 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
|
D | LegalizeFloatTypes.cpp | 1839 SDValue NewVal; in PromoteFloatOp_STORE() local 2001 SDValue NewVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, IVT, in PromoteFloatRes_EXTRACT_VECTOR_ELT() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 96 SDValue NewVal = ReplacedValues[Res]; in PerformExpensiveChecks() local 713 SDValue NewVal(M, i); in ReplaceValueWith() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 163 Value *NewVal; in RewriteUsesOfClonedInstructions() local
|
/external/clang/lib/Driver/ |
D | MSVCToolChain.cpp | 802 std::string NewVal = Val; in TranslateDArg() local
|
/external/swiftshader/third_party/LLVM/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt()
|
/external/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | EfficiencySanitizer.cpp | 896 Value *NewVal = IRB.CreateOr(OldValue, ValueMask); in instrumentFastpathWorkingSet() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 934 LoadInst *NewVal = new LoadInst(LoadedPtr, LI->getName()+".pr", false, in SimplifyPartiallyRedundantLoad() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1249 unsigned NewVal = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local 1431 unsigned NewVal = MI.getOperand(3).getReg(); in emitAtomicCmpSwap() local 1498 unsigned NewVal = MI.getOperand(3).getReg(); in emitAtomicCmpSwapPartword() local
|