Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp71 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, in SimplifyDemandedBits() local
637 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local
681 BinaryOperator *NewVal = BinaryOperator::CreateLShr(I->getOperand(0), in SimplifyDemandedUseBits() local
772 Instruction *NewVal; in SimplifyDemandedUseBits() local
DInstCombineAndOrXor.cpp783 Value *NewVal = ConstantInt::get(AndCst->getType()->getContext(), N); in FoldAndOfICmps() local
/external/llvm/lib/Transforms/Instrumentation/
DProfilingUtils.cpp126 Value *NewVal = BinaryOperator::Create(Instruction::Add, OldVal, in IncrementCounterInBlock() local
/external/llvm/lib/Target/ARM/
DARMJITInfo.cpp119 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)StubAddr); in ARMCompilationCallbackC() local
DARMISelLowering.cpp3858 SDValue NewVal = DAG.getTargetConstant(ImmVal, MVT::i32); in LowerConstantFP() local
3868 SDValue NewVal = isNEONModifiedImm(iVal, 0, 32, DAG, VMovVT, false, in LowerConstantFP() local
/external/llvm/lib/Target/Mips/
DMipsJITInfo.cpp166 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr); in MipsCompilationCallbackC() local
DMipsISelLowering.cpp1145 unsigned NewVal = RegInfo.createVirtualRegister(RC); in EmitAtomicBinaryPartword() local
1306 unsigned NewVal = MI->getOperand(3).getReg(); in EmitAtomicCmpSwap() local
1375 unsigned NewVal = MI->getOperand(3).getReg(); in EmitAtomicCmpSwapPartword() local
/external/llvm/include/llvm/ADT/
DTinyPtrVector.h180 void push_back(EltTy NewVal) { in push_back()
/external/llvm/lib/VMCore/
DDebugLoc.cpp259 MDNode *NewVal = dyn_cast<MDNode>(NewVa); in allUsesReplacedWith() local
DInstructions.cpp1195 void AtomicCmpXchgInst::Init(Value *Ptr, Value *Cmp, Value *NewVal, in Init()
1218 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst()
1229 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst()
DCore.cpp440 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { in LLVMReplaceAllUsesWith()
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp482 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local
504 Value *NewVal = ReplacedLoads[User]; in run() local
DLocal.cpp448 Value *NewVal = PN->getIncomingValue(0); in MergeBasicBlockIntoOnlyPred() local
/external/llvm/lib/Target/X86/
DX86JITInfo.cpp382 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)RetAddr); in X86CompilationCallback2() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp96 SDValue NewVal = ReplacedValues[Res]; in PerformExpensiveChecks() local
710 SDValue NewVal(M, i); in ReplaceValueWith() local
DDAGCombiner.cpp4942 APInt NewVal = CVal & Mask; in GetDemandedBits() local
7371 SDValue NewVal = DAG.getNode(Opc, Value.getDebugLoc(), NewVT, NewLD, in ReduceLoadOpStoreWidth() local
DSelectionDAG.cpp1002 APInt NewVal = Elt->getValue().zext(EltVT.getSizeInBits()); in getConstant() local
/external/llvm/include/llvm/Support/
DIntegersSubset.h148 Constant *NewVal = ConstantInt::get(ConstantIntVal->getContext(), res); variable
/external/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1043 Value *NewVal = Builder.getInt8(1); in EmitBuiltinExpr() local
1130 Value *NewVal = Builder.getInt8(0); in EmitBuiltinExpr() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp948 LoadInst *NewVal = new LoadInst(LoadedPtr, LI->getName()+".pr", false, in SimplifyPartiallyRedundantLoad() local
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1070 SDValue NewVal = DAG.getNode(ISD::ADD, dl, MVT::i32, NewSP, in LowerDYNAMIC_STACKALLOC() local
/external/llvm/lib/TableGen/
DRecord.cpp1034 Init *NewVal = NewOp->Fold(CurRec, CurMultiClass); in EvaluateOperation() local