Home
last modified time | relevance | path

Searched refs:OldVal (Results 1 – 18 of 18) sorted by relevance

/external/clang/lib/Parse/
DRAIIObjectsForParser.h49 bool OldVal; variable
52 : P(p), OldVal(P.ColonIsSacred) { in P()
59 P.ColonIsSacred = OldVal; in restore()
/external/llvm/lib/VMCore/
DDebugLoc.cpp298 MDNode *OldVal = get(); in allUsesReplacedWith() local
299 assert(OldVal != NewVa && "Node replaced with self?"); in allUsesReplacedWith()
303 assert(Ctx->ScopeRecordIdx[OldVal] == Idx && "Mapping out of date!"); in allUsesReplacedWith()
304 Ctx->ScopeRecordIdx.erase(OldVal); in allUsesReplacedWith()
DCore.cpp400 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { in LLVMReplaceAllUsesWith() argument
401 unwrap(OldVal)->replaceAllUsesWith(unwrap(NewVal)); in LLVMReplaceAllUsesWith()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp593 Value *OldVal = PN->removeIncomingValue(BB, false); in TryToSimplifyUncondBranchFromEmptyBlock() local
594 assert(OldVal && "No entry in PHI for Pred BB!"); in TryToSimplifyUncondBranchFromEmptyBlock()
598 if (isa<PHINode>(OldVal) && cast<PHINode>(OldVal)->getParent() == BB) { in TryToSimplifyUncondBranchFromEmptyBlock()
599 PHINode *OldValPN = cast<PHINode>(OldVal); in TryToSimplifyUncondBranchFromEmptyBlock()
611 PN->addIncoming(OldVal, BBPreds[i]); in TryToSimplifyUncondBranchFromEmptyBlock()
/external/llvm/lib/Transforms/Instrumentation/
DProfilingUtils.cpp126 Value *OldVal = new LoadInst(ElementPtr, "OldFuncCounter", InsertPos); in IncrementCounterInBlock() local
127 Value *NewVal = BinaryOperator::Create(Instruction::Add, OldVal, in IncrementCounterInBlock()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp145 void *OldVal; in RemoveMapping() local
150 OldVal = 0; in RemoveMapping()
152 OldVal = I->second; in RemoveMapping()
156 GlobalAddressReverseMap.erase(OldVal); in RemoveMapping()
157 return OldVal; in RemoveMapping()
206 void *OldVal = CurVal; in updateGlobalMapping() local
219 return OldVal; in updateGlobalMapping()
1121 void *OldVal = EES->GlobalAddressMap.lookup(Old); in onDelete() local
1122 EES->GlobalAddressReverseMap.erase(OldVal); in onDelete()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp738 unsigned OldVal = MI->getOperand(0).getReg(); in EmitAtomicBinary() local
774 BuildMI(BB, dl, TII->get(Mips::LL), OldVal).addReg(Ptr).addImm(0); in EmitAtomicBinary()
778 BuildMI(BB, dl, TII->get(Mips::AND), AndRes).addReg(OldVal).addReg(Incr); in EmitAtomicBinary()
783 BuildMI(BB, dl, TII->get(BinOpcode), StoreVal).addReg(OldVal).addReg(Incr); in EmitAtomicBinary()
820 unsigned OldVal = RegInfo.createVirtualRegister(RC); in EmitAtomicBinaryPartword() local
901 BuildMI(BB, dl, TII->get(Mips::LL), OldVal).addReg(AlignedAddr).addImm(0); in EmitAtomicBinaryPartword()
906 BuildMI(BB, dl, TII->get(Mips::AND), AndRes).addReg(OldVal).addReg(Incr2); in EmitAtomicBinaryPartword()
913 BuildMI(BB, dl, TII->get(BinOpcode), BinOpRes).addReg(OldVal).addReg(Incr2); in EmitAtomicBinaryPartword()
921 .addReg(OldVal).addReg(Mask2); in EmitAtomicBinaryPartword()
938 .addReg(OldVal).addReg(Mask); in EmitAtomicBinaryPartword()
[all …]
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp600 Value *OldVal = NamedValues[VarName]; in Codegen() local
644 if (OldVal) in Codegen()
645 NamedValues[VarName] = OldVal; in Codegen()
/external/clang/lib/Lex/
DLiteralSupport.cpp661 llvm::APInt OldVal = Val; in GetIntegerValue() local
674 OldVal = Val; in GetIntegerValue()
678 OverflowOccurred |= Val.udiv(RadixVal) != OldVal; in GetIntegerValue()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp704 Value *OldVal = NamedValues[VarName]; in Codegen() local
748 if (OldVal) in Codegen()
749 NamedValues[VarName] = OldVal; in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp806 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
850 if (OldVal) in Codegen()
851 NamedValues[VarName] = OldVal; in Codegen()
/external/bluetooth/glib/glib/
Dgatomic.c670 [OldVal] "r" (oldval), \
691 [OldVal] "r" (oldval), \
/external/clang/include/clang/Lex/
DPreprocessor.h550 bool OldVal = DisableMacroExpansion; in LexUnexpandedToken() local
556 DisableMacroExpansion = OldVal; in LexUnexpandedToken()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp712 SDValue OldVal(N, i); in ReplaceValueWith() local
716 DAG.ReplaceAllUsesOfValueWith(OldVal, NewVal, &NUL); in ReplaceValueWith()
721 ReplacedValues[OldVal] = NewVal; in ReplaceValueWith()
/external/llvm/include/llvm-c/
DCore.h498 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal);
/external/clang/lib/CodeGen/
DCGBuiltin.cpp909 Value *OldVal = Args[1]; in EmitBuiltinExpr() local
911 Value *Result = Builder.CreateICmpEQ(PrevVal, OldVal); in EmitBuiltinExpr()
/external/clang/lib/Sema/
DSemaStmt.cpp356 llvm::APSInt OldVal(Val); in ConvertIntegerToTypeWarnOnOverflow() local
/external/clang/include/clang/Sema/
DSema.h5701 void ConvertIntegerToTypeWarnOnOverflow(llvm::APSInt &OldVal,