/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 246 Value *NewVal; in performAtomicOp() local 318 Value *NewVal = in expandAtomicRMWToLLSC() local 379 Value *NewVal = in expandAtomicRMWToCmpXchg() local
|
H A D | CodeGenPrepare.cpp | 1466 OperandSetter(Instruction *Inst, unsigned Idx, Value *NewVal) in OperandSetter() 1730 Value *NewVal) { in setOperand() 1736 Value *NewVal) { in eraseInstruction() 3952 Value *NewVal = nullptr; in promoteImpl() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 87 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, in SimplifyDemandedBits() local 709 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local 753 BinaryOperator *NewVal = BinaryOperator::CreateLShr(I->getOperand(0), in SimplifyDemandedUseBits() local 845 Instruction *NewVal; in SimplifyDemandedUseBits() local
|
H A D | InstCombineAndOrXor.cpp | 980 Value *NewVal = ConstantInt::get(AndCst->getType()->getContext(), N); in FoldAndOfICmps() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | TinyPtrVector.h | 183 void push_back(EltTy NewVal) { in push_back()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 443 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local 465 Value *NewVal = ReplacedLoads[User]; in run() local
|
H A D | Local.cpp | 495 Value *NewVal = PN->getIncomingValue(0); in MergeBasicBlockIntoOnlyPred() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 98 SDValue NewVal = ReplacedValues[Res]; in PerformExpensiveChecks() local 715 SDValue NewVal(M, i); in ReplaceValueWith() local
|
H A D | LegalizeDAG.cpp | 1282 SDValue NewVal; in LegalizeOp() local
|
H A D | SelectionDAG.cpp | 1102 APInt NewVal = Elt->getValue().zext(EltVT.getSizeInBits()); in getConstant() local 1114 APInt NewVal = Elt->getValue(); in getConstant() local
|
H A D | DAGCombiner.cpp | 5958 APInt NewVal = CVal & Mask; in GetDemandedBits() local 9527 SDValue NewVal = DAG.getNode(Opc, SDLoc(Value), NewVT, NewLD, in ReduceLoadOpStoreWidth() local
|
/minix3/minix/drivers/power/acpi/ |
H A D | osminixxf.c | 146 ACPI_STRING *NewVal) in AcpiOsPredefinedOverride()
|
/minix3/external/bsd/llvm/dist/llvm/utils/PerfectShuffle/ |
H A D | PerfectShuffle.cpp | 39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 1005 LoadInst *NewVal = new LoadInst(LoadedPtr, LI->getName()+".pr", false, in SimplifyPartiallyRedundantLoad() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1150 unsigned NewVal = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local 1313 unsigned NewVal = MI->getOperand(3).getReg(); in emitAtomicCmpSwap() local 1381 unsigned NewVal = MI->getOperand(3).getReg(); in emitAtomicCmpSwapPartword() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 1216 void AtomicCmpXchgInst::Init(Value *Ptr, Value *Cmp, Value *NewVal, in Init() 1247 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst() 1260 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst()
|
H A D | Core.cpp | 550 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { in LLVMReplaceAllUsesWith()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 2767 unsigned NewVal = (BinOpcode || IsSubWord ? in emitAtomicLoadBinary() local 2886 unsigned NewVal = MRI.createVirtualRegister(RC); in emitAtomicLoadMinMax() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 1135 Value *NewVal = Builder.getInt8(1); in EmitBuiltinExpr() local 1221 Value *NewVal = Builder.getInt8(0); in EmitBuiltinExpr() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | Record.cpp | 1082 Init *NewVal = NewOp->Fold(CurRec, CurMultiClass); in EvaluateOperation() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2390 APValue &NewVal; member 2442 APValue &NewVal) { in modifySubobject() 4721 APValue NewVal; in VisitBinAssign() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 2421 SDValue NewVal = DAG.getNode(ISD::ADD, dl, VT, NewSP, in LowerDYNAMIC_STACKALLOC() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 572 LLVMValueRef NewVal) { in llvm_replace_all_uses_with()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 4785 SDValue NewVal = DAG.getTargetConstant(ImmVal, MVT::i32); in LowerConstantFP() local 4807 SDValue NewVal = isNEONModifiedImm(iVal & 0xffffffffU, 0, 32, DAG, VMovVT, in LowerConstantFP() local
|