Searched refs:Values (Results 76 - 100 of 186) sorted by relevance

12345678

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h144 std::vector<AccelTableData *> Values; member in struct:llvm::AccelTableBase::HashData
159 /// Allocator for HashData and Values.
214 Iter->second.Values.push_back(
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp216 void DIEHash::hashBlockData(const DIE::const_value_range &Values) { argument
217 for (const auto &V : Values)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp184 size_t NumValues = Values.size();
188 OS << " " << Values[Id]; local
H A DResourceScriptParser.cpp744 std::vector<IntOrString> Values; local
750 bool HadComma = Values.size() > 0 && consumeOptionalType(Kind::Comma);
752 Values.push_back(*ValueResult);
755 return std::make_unique<VersionInfoValue>(*KeyResult, std::move(Values),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp164 : BB(B), Pred(P), Values(std::move(V)), Locations(std::move(L)) {}
168 ValVector Values; member in struct:__anon3065::RenamePassData
646 RenamePassData::ValVector Values(Allocas.size());
648 Values[i] = UndefValue::get(Allocas[i]->getAllocatedType());
657 RenamePassWorkList.emplace_back(&F.front(), nullptr, std::move(Values),
663 RenamePass(RPD.BB, RPD.Pred, RPD.Values, RPD.Locations, RenamePassWorkList);
H A DSimplifyCFG.cpp4202 SmallVectorImpl<ConstantInt *> &Values = ConstantCompare.Vals; local
4219 array_pod_sort(Values.begin(), Values.end(), ConstantIntSortPredicate);
4220 Values.erase(std::unique(Values.begin(), Values.end()), Values.end());
4224 if (ExtraCase && Values.size() < 2)
4243 LLVM_DEBUG(dbgs() << "Converting 'icmp' chain with " << Values.size()
4287 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values
5563 SwitchLookupTable( Module &M, uint64_t TableSize, ConstantInt *Offset, const SmallVectorImpl<std::pair<ConstantInt *, Constant *>> &Values, Constant *DefaultValue, const DataLayout &DL, const StringRef &FuncName) argument
5813 reuseTableCompare( User *PhiUser, BasicBlock *PhiBlock, BranchInst *RangeCheckBranch, Constant *DefaultValue, const SmallVectorImpl<std::pair<ConstantInt *, Constant *>> &Values) argument
6141 isSwitchDense(ArrayRef<int64_t> Values) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp244 std::vector<FlowStringRef> Values; member in struct:__anon2781::MetadataSection
357 IO.mapRequired("clients", Section.Values);
360 IO.mapRequired("libraries", Section.Values);
931 for (const auto &lib : CurrentSection.Values)
937 for (const auto &Lib : CurrentSection.Values)
1014 CurrentSection.Values.emplace_back(it.first->getInstallName());
1016 llvm::sort(CurrentSection.Values);
/netbsd-current/sys/arch/emips/ebus/
H A Dflash_ebus.c629 single_program_word(struct eflash_softc *sc, volatile void *Offset, uint16_t *Values, argument
637 Value = Values[0];
692 single_program_buffer(struct eflash_softc *sc, volatile void *Offset, uint16_t *Values, argument
736 Value = Values[i/2];
769 Value = Values[i/2];
788 twin_program_word(struct eflash_softc *sc, volatile void *Offset, uint16_t *Values, argument
797 v0 = Values[0];
799 v1 = Values[1];
855 twin_program_buffer(struct eflash_softc *sc, volatile void *Offset, uint16_t *Values, argument
899 v0 = Values[
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h195 virtual void getExtraInvalidatedValues(ValueList &Values, argument
567 void getExtraInvalidatedValues(ValueList &Values,
671 void getExtraInvalidatedValues(ValueList &Values,
856 void getExtraInvalidatedValues(ValueList &Values,
1136 void getExtraInvalidatedValues(ValueList &Values,
H A DStore.h1 //===- Store.h - Interface for maps from Locations to Values ----*- C++ -*-===//
208 /// \param[in] Values The values to invalidate.
227 ArrayRef<SVal> Values,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp775 auto Values = Builder.beginStruct(FatbinWrapperTy); local
777 Values.addInt(IntTy, FatMagic);
779 Values.addInt(IntTy, 1);
781 Values.add(FatBinStr);
783 Values.add(llvm::ConstantPointerNull::get(VoidPtrTy));
784 llvm::GlobalVariable *FatbinWrapper = Values.finishAndCreateGlobal(
H A DCGDecl.cpp1029 SmallVector<llvm::Constant *, 8> Values; local
1036 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy));
1046 Values.push_back(NewOp);
1052 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy));
1054 if (NestedIntact && Values.size() == STy->getNumElements())
1056 return llvm::ConstantStruct::getAnon(Values, STy->isPacked());
1067 llvm::SmallVector<llvm::Constant *, 8> Values; local
1083 Values.push_back(PaddedOp);
1085 auto *NewElemTy = Values[0]->getType();
1089 return llvm::ConstantArray::get(NewArrayTy, Values);
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp466 SmallVectorImpl<Value *> &Values, Value *V) {
469 Values.push_back(V);
474 Values.push_back(Builder.CreateExtractElement(V, I));
479 SmallVectorImpl<Value *> &Values) {
480 if (Values.size() == 1)
481 return Values[0];
484 for (int I = 0, E = Values.size(); I != E; ++I)
485 NewVal = Builder.CreateInsertElement(NewVal, Values[I], I);
465 extractValues(IRBuilder< &Builder, SmallVectorImpl<Value *> &Values, Value *V) argument
477 insertValues(IRBuilder< &Builder, Type *Ty, SmallVectorImpl<Value *> &Values) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DPPC.cpp580 void PPCTargetInfo::fillValidCPUList(SmallVectorImpl<StringRef> &Values) const {
581 Values.append(std::begin(ValidCPUNames), std::end(ValidCPUNames));
H A DAArch64.h73 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
H A DARM.h145 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
H A DMips.h167 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
H A DX86.cpp1485 void X86TargetInfo::fillValidCPUList(SmallVectorImpl<StringRef> &Values) const {
1487 llvm::X86::fillValidCPUArchList(Values, Only64Bit);
1490 void X86TargetInfo::fillValidTuneCPUList(SmallVectorImpl<StringRef> &Values) const {
1491 llvm::X86::fillValidTuneCPUList(Values);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp627 /// clears the contents of the source register. (Values can only have one
1494 /// exploration position, from which we need to descend further. \p Values
1502 const SmallVectorImpl<InValueT> &Values,
2482 const SmallVectorImpl<InValueT> &Values, unsigned CurBlockRPONum) {
2500 auto &InValue = *Values[0].second;
2674 SmallVector<InValueT, 8> Values;
2705 // Keep track of where back-edges begin in the Values vector. Relies on
2711 Values.push_back(std::make_pair(p, &VIt->second));
2717 if (Bail || Values.size() == 0)
2733 const DbgValue &FirstVal = *Values[
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DARMTargetParser.h276 void fillValidCPUArchList(SmallVectorImpl<StringRef> &Values);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h65 std::map<Value *, GenericValue> Values; // LLVM values used in this invocation member in struct:llvm::ExecutionContext
66 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DX86TargetParser.cpp433 void llvm::X86::fillValidCPUArchList(SmallVectorImpl<StringRef> &Values,
437 Values.emplace_back(P.Name);
440 void llvm::X86::fillValidTuneCPUList(SmallVectorImpl<StringRef> &Values,
445 Values.emplace_back(P.Name);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1493 SmallVector<RecordVal, 0> Values; member in class:llvm::final::final::Record
1532 Values(O.Values), Assertions(O.Assertions), SuperClasses(O.SuperClasses),
1567 ArrayRef<RecordVal> getValues() const { return Values; }
1586 for (const RecordVal &Val : Values)
1610 Values.push_back(RV);
1614 for (unsigned i = 0, e = Values.size(); i != e; ++i)
1615 if (Values[i].getNameInit() == Name) {
1616 Values.erase(Values
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp486 HexagonTargetLowering::buildHvxVectorReg(ArrayRef<SDValue> Values, argument
489 unsigned VecLen = Values.size();
504 SDValue W = buildVector32(Values.slice(i, OpsPerWord), dl, PartVT, DAG);
508 Words.assign(Values.begin(), Values.end());
538 bool AllConst = getBuildVectorConstInts(Values, VecTy, DAG, Consts);
557 auto IsBuildFromExtracts = [this,&Values] (SDValue &SrcVec,
560 for (SDValue V : Values) {
733 HexagonTargetLowering::buildHvxVectorPred(ArrayRef<SDValue> Values,
738 unsigned VecLen = Values
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp3358 SmallVector<Constant*, 8> Values;
3359 Values.reserve(getNumOperands()); // Build replacement array.
3376 Values.push_back(Val);
3387 if (Constant *C = getImpl(getType(), Values))
3392 Values, this, From, ToC, NumUpdated, OperandNo);
3401 SmallVector<Constant*, 8> Values;
3402 Values.reserve(getNumOperands()); // Build replacement struct.
3416 Values.push_back(Val);
3428 Values, this, From, ToC, NumUpdated, OperandNo);
3435 SmallVector<Constant*, 8> Values;
[all...]

Completed in 289 milliseconds

12345678