Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/X86/
DX86AtomicExpandPass.cpp175 Value *NewVal; in performAtomicOp() local
252 Value *NewVal = in expandAtomicRMW() local
DX86JITInfo.cpp378 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)RetAddr); in LLVMX86CompilationCallback2() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp73 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, in SimplifyDemandedBits() local
663 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local
707 BinaryOperator *NewVal = BinaryOperator::CreateLShr(I->getOperand(0), in SimplifyDemandedUseBits() local
798 Instruction *NewVal; in SimplifyDemandedUseBits() local
DInstCombineAndOrXor.cpp863 Value *NewVal = ConstantInt::get(AndCst->getType()->getContext(), N); in FoldAndOfICmps() local
/external/llvm/lib/Target/ARM/
DARMJITInfo.cpp119 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)StubAddr); in ARMCompilationCallbackC() local
/external/llvm/lib/Target/Mips/
DMipsJITInfo.cpp167 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr); in MipsCompilationCallbackC() local
DMipsISelLowering.cpp1092 unsigned NewVal = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1252 unsigned NewVal = MI->getOperand(3).getReg(); in emitAtomicCmpSwap() local
1319 unsigned NewVal = MI->getOperand(3).getReg(); in emitAtomicCmpSwapPartword() local
/external/llvm/include/llvm/ADT/
DTinyPtrVector.h176 void push_back(EltTy NewVal) { in push_back()
/external/llvm/lib/IR/
DDebugLoc.cpp302 MDNode *NewVal = dyn_cast<MDNode>(NewVa); in allUsesReplacedWith() local
DInstructions.cpp1218 void AtomicCmpXchgInst::Init(Value *Ptr, Value *Cmp, Value *NewVal, in Init()
1249 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst()
1262 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst()
/external/llvm/lib/CodeGen/
DAtomicExpandLoadLinkedPass.cpp174 Value *NewVal; in expandAtomicRMW() local
DCodeGenPrepare.cpp1202 OperandSetter(Instruction *Inst, unsigned Idx, Value *NewVal) in OperandSetter()
1435 Value *NewVal) { in setOperand()
1441 Value *NewVal) { in eraseInstruction()
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp443 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local
465 Value *NewVal = ReplacedLoads[User]; in run() local
DLocal.cpp484 Value *NewVal = PN->getIncomingValue(0); in MergeBasicBlockIntoOnlyPred() local
/external/llvm/lib/Target/Sparc/
DSparcJITInfo.cpp190 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr); in SparcCompilationCallbackC() local
DSparcISelLowering.cpp2416 SDValue NewVal = DAG.getNode(ISD::ADD, dl, VT, NewSP, in LowerDYNAMIC_STACKALLOC() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp98 SDValue NewVal = ReplacedValues[Res]; in PerformExpensiveChecks() local
715 SDValue NewVal(M, i); in ReplaceValueWith() local
/external/mesa3d/src/gallium/drivers/radeon/
DR600KernelParameters.cpp224 Value *NewVal; in Replace() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DR600KernelParameters.cpp224 Value *NewVal; in Replace() local
/external/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp982 LoadInst *NewVal = new LoadInst(LoadedPtr, LI->getName()+".pr", false, in SimplifyPartiallyRedundantLoad() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2766 unsigned NewVal = (BinOpcode || IsSubWord ? in emitAtomicLoadBinary() local
2889 unsigned NewVal = MRI.createVirtualRegister(RC); in emitAtomicLoadMinMax() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1089 Value *NewVal = Builder.getInt8(1); in EmitBuiltinExpr() local
1175 Value *NewVal = Builder.getInt8(0); in EmitBuiltinExpr() local
/external/clang/lib/AST/
DExprConstant.cpp2305 APValue &NewVal; member
2357 APValue &NewVal) { in modifySubobject()
4609 APValue NewVal; in VisitBinAssign() local
/external/llvm/lib/TableGen/
DRecord.cpp1064 Init *NewVal = NewOp->Fold(CurRec, CurMultiClass); in EvaluateOperation() local

12