Searched defs:NewVal (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-current/sys/dev/acpi/acpica/
H A DOsdMisc.c197 AcpiOsPredefinedOverride(const ACPI_PREDEFINED_NAMES *InitVal, ACPI_STRING *NewVal) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTinyPtrVector.h244 void push_back(EltTy NewVal) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp176 auto *NewVal = IRB.CreateBitCast( local
H A DAMDGPULowerKernelArguments.cpp221 Value *NewVal = Builder.CreateBitCast(Trunc, ArgTy, local
H A DAMDGPUCodeGenPrepare.cpp548 Value *NewVal = insertValues(Builder, Ty, ResultVals); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp179 Value *NewVal; local
H A DEvaluator.cpp381 Constant *NewVal = local
H A DSSAUpdater.cpp434 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); local
454 Value *NewVal = ReplacedLoads[User]; local
466 replaceLoadWithValue(cast<LoadInst>(User), NewVal); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp38 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMatrixBuilder.h150 Value *CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DUtility.h151 SwapAndRestore(T &Restore_, T NewVal) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp98 static void transferDecorations(Value &NewVal, VPIntrinsic &VPI) { argument
H A DTypePromotion.cpp467 Value *NewVal = Builder.CreateSub(I->getOperand(0), NewConst); local
H A DAtomicExpandPass.cpp360 Value *NewVal = Builder.CreateBitCast(NewLI, LI->getType()); local
435 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy); local
498 Value *NewVal; local
468 createCmpXchgInstFun(IRBuilder< &Builder, Value *Addr, Value *Loaded, Value *NewVal, Align AddrAlign, AtomicOrdering MemOpOrder, SyncScope::ID SSID, Value *&Success, Value *&NewLoaded) argument
738 Value *NewVal = performAtomicOp(Op, Builder, Loaded, Shifted_Inc); local
752 Value *NewVal = performAtomicOp(Op, Builder, Loaded_Extract, Inc); local
879 Value *NewVal = CI->getNewValOperand(); local
1069 Value *NewVal = PerformOp(Builder, Loaded); local
1436 Value *NewVal = PerformOp(Builder, Loaded); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp21 APSInt NewVal = Val; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp246 Register NewVal = I->getOperand(3).getReg(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp106 SDValue NewVal = getSDValue(NewValId); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp75 Value *NewVal = SimplifyDemandedUseBits(U.get(), DemandedMask, Known, local
620 Instruction *NewVal = BinaryOperator::CreateLShr( local
795 Instruction *NewVal; local
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doszephyr.c605 AcpiOsPredefinedOverride( const ACPI_PREDEFINED_NAMES *InitVal, ACPI_STRING *NewVal) argument
H A Dosunixxf.c281 AcpiOsPredefinedOverride( const ACPI_PREDEFINED_NAMES *InitVal, ACPI_STRING *NewVal) argument
H A Doswinxf.c209 AcpiOsPredefinedOverride( const ACPI_PREDEFINED_NAMES *InitVal, ACPI_STRING *NewVal) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp1487 std::string NewVal = std::string(Val); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1357 RefVal NewVal = AE->getKind() == DecRef ? RefVal::makeOwned(K, Ty) local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp785 buildAtomicCmpXchgWithSuccess( Register OldValRes, Register SuccessRes, Register Addr, Register CmpVal, Register NewVal, MachineMemOperand &MMO) argument
813 buildAtomicCmpXchg(Register OldValRes, Register Addr, Register CmpVal, Register NewVal, MachineMemOperand &MMO) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp899 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { argument

Completed in 442 milliseconds

12