Searched refs:Val (Results 101 - 125 of 464) sorted by relevance

1234567891011>>

/external/clang/include/clang/Basic/
H A DDiagnostic.h318 ArgumentKind Kind, intptr_t Val,
443 void setIgnoreAllWarnings(bool Val) { IgnoreAllWarnings = Val; } argument
450 void setEnableAllWarnings(bool Val) { EnableAllWarnings = Val; } argument
454 void setWarningsAsErrors(bool Val) { WarningsAsErrors = Val; } argument
458 void setErrorsAsFatal(bool Val) { ErrorsAsFatal = Val; } argument
462 void setSuppressSystemWarnings(bool Val) { SuppressSystemWarning argument
492 setShowOverloads(OverloadsShown Val) argument
607 ConvertArgToString(ArgumentKind Kind, intptr_t Val, StringRef Modifier, StringRef Argument, ArrayRef<ArgumentValue> PrevArgs, SmallVectorImpl<char> &Output, ArrayRef<intptr_t> QualTypeVals) const argument
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.h144 static unsigned getHashValue(const clang::CodeGen::TBAAPathTag &Val) { argument
145 return DenseMapInfo<const clang::Type *>::getHashValue(Val.BaseT) ^
146 DenseMapInfo<const MDNode *>::getHashValue(Val.AccessN) ^
147 DenseMapInfo<uint64_t>::getHashValue(Val.Offset);
H A DCGStmtOpenMP.cpp61 llvm::ConstantInt *Val = cast<llvm::ConstantInt>(Len.getScalarVal()); local
62 LoopStack.setVectorizerWidth(Val->getZExtValue());
/external/llvm/include/llvm/ADT/
H A DDenseMap.h104 size_type count(const KeyT &Val) const {
106 return LookupBucketFor(Val, TheBucket) ? 1 : 0;
109 iterator find(const KeyT &Val) { argument
111 if (LookupBucketFor(Val, TheBucket))
115 const_iterator find(const KeyT &Val) const {
117 if (LookupBucketFor(Val, TheBucket))
128 iterator find_as(const LookupKeyT &Val) { argument
130 if (LookupBucketFor(Val, TheBucket))
135 const_iterator find_as(const LookupKeyT &Val) const {
137 if (LookupBucketFor(Val, TheBucke
189 erase(const KeyT &Val) argument
330 getHashValue(const KeyT &Val) argument
334 getHashValue(const LookupKeyT &Val) argument
459 LookupBucketFor(const LookupKeyT &Val, const BucketT *&FoundBucket) const argument
509 LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) argument
[all...]
H A DAPFloat.h214 APFloat Val(Sem, uninitialized);
215 Val.makeZero(Negative);
216 return Val;
223 APFloat Val(Sem, uninitialized);
224 Val.makeInf(Negative);
225 return Val;
H A DSmallPtrSet.h218 enum { Val = N };
225 Val = RoundUpToPowerOfTwo<(N|(N-1)) + 1>::Val
231 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
296 enum { SmallSizePowTwo = RoundUpToPowerOfTwo<SmallSize>::Val };
/external/llvm/include/llvm/Support/
H A DRegistry.h91 const entry& Val; member in class:llvm::Registry::node
94 node(const entry& V) : Next(nullptr), Val(V) {
117 const entry &operator*() const { return Cur->Val; }
118 const entry *operator->() const { return &Cur->Val; }
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp42 void operator=(const std::string &Val) { argument
44 if (!Val.empty()) {
45 Pattern = std::make_shared<Regex>(Val);
48 report_fatal_error("Invalid regular expression '" + Val +
H A DCore.cpp518 LLVMTypeRef LLVMTypeOf(LLVMValueRef Val) { argument
519 return wrap(unwrap(Val)->getType());
522 const char *LLVMGetValueName(LLVMValueRef Val) { argument
523 return unwrap(Val)->getName().data();
526 void LLVMSetValueName(LLVMValueRef Val, const char *Name) { argument
527 unwrap(Val)->setName(Name);
530 void LLVMDumpValue(LLVMValueRef Val) { argument
531 unwrap(Val)->dump();
534 char* LLVMPrintValueToString(LLVMValueRef Val) { argument
538 if (unwrap(Val))
575 LLVMGetFirstUse(LLVMValueRef Val) argument
599 LLVMGetOperand(LLVMValueRef Val, unsigned Index) argument
606 LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) argument
610 LLVMGetNumOperands(LLVMValueRef Val) argument
635 LLVMIsNull(LLVMValueRef Val) argument
641 LLVMIsUndef(LLVMValueRef Val) argument
710 LLVMAddNamedMetadataOperand(LLVMModuleRef M, const char* name, LLVMValueRef Val) argument
1032 Constant* Val = unwrap<Constant>(ConstantVal); local
1711 LLVMValueIsBasicBlock(LLVMValueRef Val) argument
1715 LLVMValueAsBasicBlock(LLVMValueRef Val) argument
2095 LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val) argument
2268 LLVMBuildArrayMalloc(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Val, const char *Name) argument
2284 LLVMBuildArrayAlloca(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Val, const char *Name) argument
2300 LLVMBuildStore(LLVMBuilderRef B, LLVMValueRef Val, LLVMValueRef PointerVal) argument
2373 LLVMBuildTrunc(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2378 LLVMBuildZExt(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2383 LLVMBuildSExt(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2388 LLVMBuildFPToUI(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2393 LLVMBuildFPToSI(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2398 LLVMBuildUIToFP(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2403 LLVMBuildSIToFP(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2408 LLVMBuildFPTrunc(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2413 LLVMBuildFPExt(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2418 LLVMBuildPtrToInt(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2423 LLVMBuildIntToPtr(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2428 LLVMBuildBitCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2433 LLVMBuildAddrSpaceCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2438 LLVMBuildZExtOrBitCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2444 LLVMBuildSExtOrBitCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2450 LLVMBuildTruncOrBitCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2456 LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2462 LLVMBuildPointerCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2467 LLVMBuildIntCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2473 LLVMBuildFPCast(LLVMBuilderRef B, LLVMValueRef Val, LLVMTypeRef DestTy, const char *Name) argument
2552 LLVMBuildIsNull(LLVMBuilderRef B, LLVMValueRef Val, const char *Name) argument
2557 LLVMBuildIsNotNull(LLVMBuilderRef B, LLVMValueRef Val, const char *Name) argument
2567 LLVMBuildAtomicRMW(LLVMBuilderRef B,LLVMAtomicRMWBinOp op, LLVMValueRef PTR, LLVMValueRef Val, LLVMAtomicOrdering ordering, LLVMBool singleThread) argument
[all...]
H A DAttributes.cpp35 uint64_t Val) {
39 if (Val) ID.AddInteger(Val);
47 if (!Val)
50 PA = new AlignAttributeImpl(Kind, Val);
58 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { argument
62 if (!Val.empty()) ID.AddString(Val);
70 PA = new StringAttributeImpl(Kind, Val);
275 StringRef Val local
34 get(LLVMContext &Context, Attribute::AttrKind Kind, uint64_t Val) argument
354 getAttrMask(Attribute::AttrKind Val) argument
979 addAttribute(Attribute::AttrKind Val) argument
1008 removeAttribute(Attribute::AttrKind Val) argument
1148 addRawValue(uint64_t Val) argument
[all...]
/external/llvm/include/llvm/IR/
H A DDIBuilder.h80 StringRef Name, DIType Ty, Value *Val,
134 DIEnumerator createEnumerator(StringRef Name, int64_t Val);
220 /// @param Val Const initializer of the member.
224 unsigned Flags, llvm::Value *Val);
364 /// @param Val Constant parameter value.
370 DIType Ty, Value *Val, MDNode *File = nullptr,
377 /// @param Val The fully qualified name of the template.
383 DIType Ty, StringRef Val,
391 /// @param Val An array of types in the pack.
397 DIType Ty, DIArray Val, MDNod
[all...]
/external/chromium_org/third_party/cld/base/
H A Dstl_decl_msvc.h81 template <class Key, class Val,
89 template <class Key, class Val,
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h113 RECOVERABLE(load_invalid_value, InvalidValueData *Data, ValueHandle Val)
122 ValueHandle Val)
H A Dubsan_diag.cc96 static void PrintHex(UIntMax Val) { argument
99 (unsigned int)(Val >> 96),
100 (unsigned int)(Val >> 64),
101 (unsigned int)(Val >> 32),
102 (unsigned int)(Val));
/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h47 const GlobalValue *Val; member in class:llvm::MipsCallEntry
94 MachinePointerInfo callPtrInfo(const GlobalValue *Val);
H A DMipsOptimizePICCall.cpp80 /// and the underlying object in Reg and Val respectively, if the function's
83 ValueType &Val) const;
247 ValueType &Val) const {
259 Val = (Value*)nullptr;
275 // Return the underlying object for the GOT entry in Val.
277 Val = (*DefMI->memoperands_begin())->getValue();
278 if (!Val)
279 Val = (*DefMI->memoperands_begin())->getPseudoValue();
/external/stlport/test/eh/
H A Dtest_construct.h81 Value_type Val = 0; local
82 T t( n, Val );
/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp943 unsigned Val = (MO.getImm() & 0xfff); local
944 assert(Val == MO.getImm() && "Add/sub immediate out of range!");
947 O << '#' << Val; local
952 *CommentStream << '=' << (Val << Shift) << '\n';
962 uint64_t Val = MI->getOperand(OpNum).getImm(); local
964 O.write_hex(AArch64_AM::decodeLogicalImmediate(Val, 32));
969 uint64_t Val = MI->getOperand(OpNum).getImm(); local
971 O.write_hex(AArch64_AM::decodeLogicalImmediate(Val, 64));
976 unsigned Val = MI->getOperand(OpNum).getImm(); local
978 if (AArch64_AM::getShiftType(Val)
999 unsigned Val = MI->getOperand(OpNum).getImm(); local
1260 unsigned Val = MI->getOperand(OpNo).getImm(); local
1272 O << "#" << Val; local
1277 unsigned Val = MI->getOperand(OpNo).getImm(); local
1289 unsigned Val = MI->getOperand(OpNo).getImm(); local
1301 unsigned Val = MI->getOperand(OpNo).getImm(); local
1308 O << "#" << Val; local
1314 uint64_t Val = AArch64_AM::decodeAdvSIMDModImmType10(RawVal); local
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp76 unsigned getIntImmCost(int64_t Val) const;
112 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) const
144 unsigned AArch64TTI::getIntImmCost(int64_t Val) const {
146 if (Val == 0 || AArch64_AM::isLogicalImmediate(Val, 64))
149 if (Val < 0)
150 Val = ~Val;
153 unsigned LZ = countLeadingZeros((uint64_t)Val);
175 int64_t Val local
378 getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) const argument
[all...]
H A DAArch64PromoteConstant.cpp158 /// \param Val constant to be examined
160 void computeInsertionPoints(Constant *Val,
169 /// uses of Val and insert a definition of a new global variable
171 /// Also update the uses of Val accordingly.
172 /// Currently a use of Val is considered interesting if:
173 /// - Val is not UndefValue
174 /// - Val is not zeroinitialized
175 /// - Replacing Val per a load of a global variable is valid.
177 bool computeAndInsertDefinitions(Constant *Val);
425 Constant *Val, InsertionPointsPerFun
424 computeInsertionPoints( Constant *Val, InsertionPointsPerFunc &InsPtsPerFunc) argument
534 computeAndInsertDefinitions(Constant *Val) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp104 virtual unsigned getVectorInstrCost(unsigned Opcode, Type *Val,
347 unsigned PPCTTI::getVectorInstrCost(unsigned Opcode, Type *Val, argument
349 assert(Val->isVectorTy() && "This must be a vector type");
354 if (ST->hasVSX() && Val->getScalarType()->isDoubleTy()) {
359 return TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index);
377 TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index);
379 return TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index);
/external/llvm/lib/MC/MCAnalysis/
H A DMCModuleYAML.cpp219 ScalarTraits<MCModuleYAML::Operand>::output(const MCModuleYAML::Operand &Val, argument
224 if (Val.MCOp.isImm())
225 Out << "I" << Val.MCOp.getImm();
226 else if (Val.MCOp.isReg())
227 Out << "R" << IRI->MRI.getName(Val.MCOp.getReg());
234 MCModuleYAML::Operand &Val) {
245 Val.MCOp = MCOperand::CreateReg(Reg);
250 Val.MCOp = MCOperand::CreateImm(RIVal);
252 Val.MCOp = MCOperand();
258 const MCModuleYAML::OpcodeEnum &Val, voi
233 input(StringRef Scalar, void *Ctx, MCModuleYAML::Operand &Val) argument
257 output( const MCModuleYAML::OpcodeEnum &Val, void *Ctx, raw_ostream &Out) argument
264 input(StringRef Scalar, void *Ctx, MCModuleYAML::OpcodeEnum &Val) argument
[all...]
/external/clang/lib/Basic/
H A DDiagnostic.cpp482 unsigned Val = 0; local
484 Val *= 10;
485 Val += *Start - '0';
488 return Val;
491 /// TestPluralRange - Test if Val is in the parsed range. Modifies Start.
492 static bool TestPluralRange(unsigned Val, const char *&Start, const char *End) { argument
495 return Ref == Val;
505 return Low <= Val && Val <= High;
747 int Val local
766 unsigned Val = getArgUInt(ArgNo); local
[all...]
/external/llvm/lib/Option/
H A DOption.cpp123 const char *Val = getAliasArgs(); local
124 while (*Val != '\0') {
125 A->getValues().push_back(Val);
128 Val += strlen(Val) + 1;
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp97 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) {
100 PostfixStack.push_back(std::make_pair(Op, Val));
171 int64_t Val; local
179 Val = Op1.second + Op2.second;
180 OperandStack.push_back(std::make_pair(IC_IMM, Val));
183 Val = Op1.second - Op2.second;
184 OperandStack.push_back(std::make_pair(IC_IMM, Val));
189 Val = Op1.second * Op2.second;
190 OperandStack.push_back(std::make_pair(IC_IMM, Val));
196 Val
1111 const MCExpr *Val; local
1155 const MCExpr *Val = local
1271 ParseIntelIdentifier(const MCExpr *&Val, StringRef &Identifier, InlineAsmIdentifierInfo &Info, bool IsUnevaluatedOperand, SMLoc &End) argument
1335 const MCExpr *Val; local
1365 const MCExpr *Val; local
1448 unsigned Val = OrigDispVal + DotDispVal; local
1464 const MCExpr *Val; local
1501 const MCExpr *Val = nullptr; local
1639 const MCExpr *Val; local
[all...]

Completed in 4789 milliseconds

1234567891011>>