Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp72 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, in SimplifyDemandedBits() local
662 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local
706 BinaryOperator *NewVal = BinaryOperator::CreateLShr(I->getOperand(0), in SimplifyDemandedUseBits() local
797 Instruction *NewVal; in SimplifyDemandedUseBits() local
DInstCombineAndOrXor.cpp776 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.cpp118 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)StubAddr); in ARMCompilationCallbackC() local
DARMISelLowering.cpp4051 SDValue NewVal = DAG.getTargetConstant(ImmVal, MVT::i32); in LowerConstantFP() local
4061 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.cpp1178 unsigned NewVal = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1339 unsigned NewVal = MI->getOperand(3).getReg(); in emitAtomicCmpSwap() local
1408 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/IR/
DDebugLoc.cpp259 MDNode *NewVal = dyn_cast<MDNode>(NewVa); in allUsesReplacedWith() local
DInstructions.cpp1217 void AtomicCmpXchgInst::Init(Value *Ptr, Value *Cmp, Value *NewVal, in Init()
1240 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst()
1251 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst()
DCore.cpp447 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.cpp483 Value *NewVal = PN->getIncomingValue(0); in MergeBasicBlockIntoOnlyPred() local
/external/llvm/lib/Target/X86/
DX86JITInfo.cpp376 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)RetAddr); in LLVMX86CompilationCallback2() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp96 SDValue NewVal = ReplacedValues[Res]; in PerformExpensiveChecks() local
710 SDValue NewVal(M, i); in ReplaceValueWith() local
DLegalizeDAG.cpp1251 SDValue NewVal; in LegalizeOp() local
DDAGCombiner.cpp4990 APInt NewVal = CVal & Mask; in GetDemandedBits() local
7626 SDValue NewVal = DAG.getNode(Opc, Value.getDebugLoc(), NewVT, NewLD, in ReduceLoadOpStoreWidth() local
DSelectionDAG.cpp989 APInt NewVal = Elt->getValue().zext(EltVT.getSizeInBits()); in getConstant() local
/external/llvm/include/llvm/Support/
DIntegersSubset.h147 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.cpp1075 Value *NewVal = Builder.getInt8(1); in EmitBuiltinExpr() local
1161 Value *NewVal = Builder.getInt8(0); in EmitBuiltinExpr() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp957 LoadInst *NewVal = new LoadInst(LoadedPtr, LI->getName()+".pr", false, in SimplifyPartiallyRedundantLoad() local
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1066 SDValue NewVal = DAG.getNode(ISD::ADD, dl, MVT::i32, NewSP, in LowerDYNAMIC_STACKALLOC() local
/external/llvm/lib/TableGen/
DRecord.cpp1051 Init *NewVal = NewOp->Fold(CurRec, CurMultiClass); in EvaluateOperation() local