Searched refs:Values (Results 51 - 75 of 186) sorted by relevance

12345678

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp58 llvm::stable_sort(E.second.Values,
62 E.second.Values.erase(
63 std::unique(E.second.Values.begin(), E.second.Values.end()),
64 E.second.Values.end());
342 Asm->emitInt32(Hash->Values.size());
343 for (const auto *V : Hash->Values)
397 for (auto *Value : Hash->Values) {
501 for (const auto *Value : Hash->Values)
657 for (auto *Value : Values)
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp161 SmallVector<SVal, 8> Values; local
164 Values.push_back(loc::MemRegionVal(*I));
166 return invalidateRegionsImpl(Values, E, Count, LCtx, CausedByPointerEscape,
171 ProgramState::invalidateRegions(ValueList Values, argument
179 return invalidateRegionsImpl(Values, E, Count, LCtx, CausedByPointerEscape,
184 ProgramState::invalidateRegionsImpl(ValueList Values, argument
205 = Mgr.StoreMgr->invalidateRegions(getStore(), Values, E, Count, LCtx, Call,
H A DCallEvent.cpp678 ValueList &Values, RegionAndSymbolInvalidationTraits *ETraits) const {
680 Values.push_back(ThisVal);
857 void BlockCall::getExtraInvalidatedValues(ValueList &Values, argument
861 Values.push_back(loc::MemRegionVal(R));
893 void AnyCXXConstructorCall::getExtraInvalidatedValues(ValueList &Values, argument
899 Values.push_back(V);
947 ValueList &Values, RegionAndSymbolInvalidationTraits *ETraits) const {
962 Values.push_back(IvarLVal);
968 Values.push_back(getReceiverSVal());
677 getExtraInvalidatedValues( ValueList &Values, RegionAndSymbolInvalidationTraits *ETraits) const argument
946 getExtraInvalidatedValues( ValueList &Values, RegionAndSymbolInvalidationTraits *ETraits) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h94 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { argument
96 if (!Values.empty()) ID.AddString(Values);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp197 IO.mapOptional("Values", Entry.Values);
282 IO.mapOptional("Values", DWARFOperation.Values);
288 IO.mapOptional("Values", RnglistEntry.Values);
294 IO.mapOptional("Values", LoclistEntry.Values);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAArch64TargetParser.h133 void fillValidCPUArchList(SmallVectorImpl<StringRef> &Values);
H A DCommandLine.h684 SmallVector<OptionEnumValue, 4> Values; member in class:llvm::ValuesClass
688 : Values(Options) {}
691 for (const auto &Value : Values)
732 // indicate how many entries are in Values.
820 SmallVector<OptionInfo, 8> Values; member in class:llvm::parser
828 unsigned getNumOptions() const override { return unsigned(Values.size()); }
829 StringRef getOption(unsigned N) const override { return Values[N].Name; }
831 return Values[N].HelpStr;
836 return Values[N].V;
847 for (size_t i = 0, e = Values
[all...]
H A DTypeSize.h57 LinearPolyBase(ArrayRef<ScalarTy> Values) { argument
58 std::copy(Values.begin(), Values.end(), Coefficients.begin());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAVR.h170 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
H A DSystemZ.h90 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
H A DMips.cpp57 SmallVectorImpl<StringRef> &Values) const {
58 Values.append(std::begin(ValidCPUNames), std::end(ValidCPUNames));
H A DWebAssembly.h87 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const final;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h928 ArrayRef<Value *> IdxList, unsigned Values,
931 ArrayRef<Value *> IdxList, unsigned Values,
947 unsigned Values = 1 + unsigned(IdxList.size()); local
955 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values,
963 unsigned Values = 1 + unsigned(IdxList.size()); local
971 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values,
1155 ArrayRef<Value *> IdxList, unsigned Values,
1159 OperandTraits<GetElementPtrInst>::op_end(this) - Values,
1154 GetElementPtrInst(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, unsigned Values, const Twine &NameStr, Instruction *InsertBefore) argument
1168 GetElementPtrInst(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList, unsigned Values, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h63 ValueList Values; member in class:llvm::ValueEnumerator
128 /// When a function is incorporated, this is the size of the Values list
197 const ValueList &getValues() const { return Values; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAArch64TargetParser.cpp187 void AArch64::fillValidCPUArchList(SmallVectorImpl<StringRef> &Values) { argument
190 Values.push_back(Arch.getName());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp124 const Constant *Values[MaxCellSize]; member in union:__anon2401::LatticeCell::__anon2404
129 Values[i] = nullptr;
142 memcpy(Values, L.Values, N);
153 memcpy(Values, L.Values, N);
509 const Constant *C = Values[i];
537 const Constant *LC = L.Values[i];
558 const Constant *C = Values[Index];
565 Values[Inde
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp125 Constant* Values[] = {NoopFn, NoopFn}; local
126 Constant* NoopCoroConst = ConstantStruct::get(FrameTy, Values);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp181 assert(A.DFSIn == B.DFSIn && "Values must be in the same block");
420 SmallVector<Value *, 4> Values; local
421 Values.push_back(Cond);
423 collectCmpOps(Cmp, Values);
425 for (Value *V : Values) {
466 SmallVector<Value *, 4> Values; local
467 Values.push_back(Cond);
469 collectCmpOps(Cmp, Values);
471 for (Value *V : Values) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp217 if (!In.Values || !optionMatches(In, Option))
221 StringRef(In.Values).split(Candidates, ",", -1, false);
326 bool OptTable::addValues(const char *Option, const char *Values) { argument
330 In.Values = Values;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp117 DenseMap<Value*, Value*> Values; member in class:__anon3149::FunctionDifferenceEngine
180 Values[L] = R;
470 return Values[L] == R || TentativeValues.count(std::make_pair(L, R));
473 return Values[L] == R;
498 Values[&*LI] = &*RI;
645 Values[LCall] = RInvoke;
659 Values[LInvoke] = RCall;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h100 std::vector<FormValue> Values; member in struct:llvm::DWARFYAML::Entry
179 std::vector<yaml::Hex64> Values; member in struct:llvm::DWARFYAML::DWARFOperation
184 std::vector<yaml::Hex64> Values; member in struct:llvm::DWARFYAML::RnglistEntry
189 std::vector<yaml::Hex64> Values; member in struct:llvm::DWARFYAML::LoclistEntry
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h470 std::vector<char> Values; member in class:llvm::MCCFIInstruction
476 Values(V.begin(), V.end()), Comment(Comment) {
611 return StringRef(&Values[0], Values.size());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSanitizers.h184 SmallVectorImpl<StringRef> &Values);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dcrti.S29 ! This file is linked in before the Values-Xx.o files and also before
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/sparc/
H A Dcrti.S29 ! This file is linked in before the Values-Xx.o files and also before

Completed in 516 milliseconds

12345678