Home
last modified time | relevance | path

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

123

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp360 Value *NewVal = Builder.CreateBitCast(NewLI, LI->getType()); in convertAtomicLoadToIntegerType() local
435 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy); in convertAtomicStoreToIntegerType() local
469 Value *Loaded, Value *NewVal, Align AddrAlign, in createCmpXchgInstFun()
498 Value *NewVal; in performAtomicOp() local
738 Value *NewVal = performAtomicOp(Op, Builder, Loaded, Shifted_Inc); in performMaskedAtomicOp() local
752 Value *NewVal = performAtomicOp(Op, Builder, Loaded_Extract, Inc); in performMaskedAtomicOp() local
879 Value *NewVal = CI->getNewValOperand(); in expandPartwordCmpXchg() local
1069 Value *NewVal = PerformOp(Builder, Loaded); in insertRMWLLSCLoop() local
1436 Value *NewVal = PerformOp(Builder, Loaded); in insertRMWCmpXchgLoop() local
1633 SyncScope::ID SSID, Value *&Success, Value *&NewLoaded) { in expandAtomicRMWToLibcall()
H A DExpandVectorPredication.cpp98 static void transferDecorations(Value &NewVal, VPIntrinsic &VPI) { in transferDecorations()
H A DTypePromotion.cpp467 Value *NewVal = Builder.CreateSub(I->getOperand(0), NewConst); in PrepareWrappingAdds() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DUtility.h151 SwapAndRestore(T &Restore_, T NewVal) in SwapAndRestore()
/netbsd/sys/dev/acpi/acpica/
H A DOsdMisc.c198 ACPI_STRING *NewVal) in AcpiOsPredefinedOverride()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp176 auto *NewVal = IRB.CreateBitCast( in visitLoadInst() local
H A DAMDGPULowerKernelArguments.cpp221 Value *NewVal = Builder.CreateBitCast(Trunc, ArgTy, in runOnFunction() local
H A DAMDGPUCodeGenPrepare.cpp483 Value *NewVal = UndefValue::get(Ty); in insertValues() local
548 Value *NewVal = insertValues(Builder, Ty, ResultVals); in replaceMulWithMul24() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMatrixBuilder.h150 Value *CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, in CreateMatrixInsert()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp434 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run() local
454 Value *NewVal = ReplacedLoads[User]; in run() local
H A DEvaluator.cpp381 Constant *NewVal = in EvaluateBlock() local
H A DLoopRotationUtils.cpp179 Value *NewVal; in RewriteUsesOfClonedInstructions() local
H A DLoopPeel.cpp829 Value *NewVal = PHI->getIncomingValueForBlock(Latch); in peelLoop() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTinyPtrVector.h244 void push_back(EltTy NewVal) { in push_back()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp75 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, Known, in SimplifyDemandedBits() local
620 Instruction *NewVal = BinaryOperator::CreateLShr( in SimplifyDemandedUseBits() local
795 Instruction *NewVal; in SimplifyDemandedUseBits() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp106 SDValue NewVal = getSDValue(NewValId); in PerformExpensiveChecks() local
680 SDValue NewVal(M, i); in ReplaceValueWith() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp21 APSInt NewVal = Val; in convert() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp246 Register NewVal = I->getOperand(3).getReg(); in expandAtomicCmpSwap() local
/netbsd/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Dosunixxf.c283 ACPI_STRING *NewVal) in AcpiOsPredefinedOverride()
H A Doswinxf.c211 ACPI_STRING *NewVal) in AcpiOsPredefinedOverride()
/netbsd/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp38 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp787 Register NewVal, MachineMemOperand &MMO) { in buildAtomicCmpXchgWithSuccess()
814 Register CmpVal, Register NewVal, in buildAtomicCmpXchg()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp648 SVal NewVal; in handlePtrIncrOrDecr() local
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp1487 std::string NewVal = std::string(Val); in TranslateDArg() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp212 auto *NewVal = Builder.CreateAdd(OldVal, LiveInValue); in doExtraRewritesBeforeFinalDeletion() local

123