/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 86 Value *NewVal = in SimplifyDemandedBits() local 705 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local 749 BinaryOperator *NewVal = BinaryOperator::CreateLShr(I->getOperand(0), in SimplifyDemandedUseBits() local 841 Instruction *NewVal; in SimplifyDemandedUseBits() local
|
D | InstCombineAndOrXor.cpp | 962 Value *NewVal = ConstantInt::get(AndCst->getType()->getContext(), N); in FoldAndOfICmps() local
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 252 Value *NewVal; in performAtomicOp() local 323 Value *NewVal = in expandAtomicRMWToLLSC() local 384 Value *NewVal = in expandAtomicRMWToCmpXchg() local
|
D | CodeGenPrepare.cpp | 1708 OperandSetter(Instruction *Inst, unsigned Idx, Value *NewVal) in OperandSetter() 1972 Value *NewVal) { in setOperand() 1978 Value *NewVal) { in eraseInstruction() 4222 Value *NewVal = nullptr; in promoteImpl() local
|
/external/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 196 void push_back(EltTy NewVal) { in push_back()
|
/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
|
D | Local.cpp | 501 Value *NewVal = PN->getIncomingValue(0); in MergeBasicBlockIntoOnlyPred() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 98 SDValue NewVal = ReplacedValues[Res]; in PerformExpensiveChecks() local 723 SDValue NewVal(M, i); in ReplaceValueWith() local
|
D | LegalizeFloatTypes.cpp | 1704 SDValue NewVal; in PromoteFloatOp_STORE() local 1863 SDValue NewVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, IVT, in PromoteFloatRes_EXTRACT_VECTOR_ELT() local
|
D | LegalizeDAG.cpp | 1282 SDValue NewVal; in LegalizeOp() local
|
D | SelectionDAG.cpp | 1118 APInt NewVal = Elt->getValue().zext(EltVT.getSizeInBits()); in getConstant() local 1130 APInt NewVal = Elt->getValue(); in getConstant() local
|
D | DAGCombiner.cpp | 6227 APInt NewVal = CVal & Mask; in GetDemandedBits() local 9891 SDValue NewVal = DAG.getNode(Opc, SDLoc(Value), NewVT, NewLD, in ReduceLoadOpStoreWidth() local
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600KernelParameters.cpp | 224 Value *NewVal; in Replace() local
|
/external/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt()
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 1004 LoadInst *NewVal = new LoadInst(LoadedPtr, LI->getName()+".pr", false, in SimplifyPartiallyRedundantLoad() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1163 unsigned NewVal = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local 1325 unsigned NewVal = MI->getOperand(3).getReg(); in emitAtomicCmpSwap() local 1392 unsigned NewVal = MI->getOperand(3).getReg(); in emitAtomicCmpSwapPartword() local
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 1117 void AtomicCmpXchgInst::Init(Value *Ptr, Value *Cmp, Value *NewVal, in Init() 1148 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst() 1161 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst()
|
D | Core.cpp | 550 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { in LLVMReplaceAllUsesWith()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 3066 unsigned NewVal = (BinOpcode || IsSubWord ? in emitAtomicLoadBinary() local 3185 unsigned NewVal = MRI.createVirtualRegister(RC); in emitAtomicLoadMinMax() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1178 Value *NewVal = Builder.getInt8(1); in EmitBuiltinExpr() local 1264 Value *NewVal = Builder.getInt8(0); in EmitBuiltinExpr() local
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 1082 Init *NewVal = NewOp->Fold(CurRec, CurMultiClass); in EvaluateOperation() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2390 APValue &NewVal; member 2442 APValue &NewVal) { in modifySubobject() 4722 APValue NewVal; in VisitBinAssign() local
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 2419 SDValue NewVal = DAG.getNode(ISD::ADD, dl, VT, NewSP, in LowerDYNAMIC_STACKALLOC() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 572 LLVMValueRef NewVal) { in llvm_replace_all_uses_with()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4645 SDValue NewVal = DAG.getTargetConstant(ImmVal, MVT::i32); in LowerConstantFP() local 4667 SDValue NewVal = isNEONModifiedImm(iVal & 0xffffffffU, 0, 32, DAG, VMovVT, in LowerConstantFP() local
|