Searched defs:Value (Results 451 - 475 of 527) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/IR/
H A DInstructions.cpp62 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) {
114 Value *PHINode::removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty) {
115 Value *Removed = getIncomingValue(Idx);
161 Value *PHINode::hasConstantValue() const {
163 Value *ConstantValue = getIncomingValue(0);
180 LandingPadInst::LandingPadInst(Type *RetTy, Value *PersonalityFn,
187 LandingPadInst::LandingPadInst(Type *RetTy, Value *PersonalityFn,
209 LandingPadInst *LandingPadInst::Create(Type *RetTy, Value *PersonalityF
3343 init(Value *Value, BasicBlock *Default, unsigned NumReserved) argument
3357 SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, Instruction *InsertBefore) argument
3368 SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, BasicBlock *InsertAtEnd) argument
[all...]
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp525 /// immediate Value in the MCInst. The immediate Value has had any PC
533 /// Value is done and if a symbol is found an MCExpr is created with that, else
534 /// an MCExpr with Value is created. This function returns true if it adds an
536 static bool tryAddingSymbolicOperand(uint64_t Address, int32_t Value, argument
541 return Dis->tryAddingSymbolicOperand(MI, (uint32_t)Value, Address, isBranch,
548 /// instruction. The Address of the instruction and its immediate Value are
554 static void tryAddingPcLoadReferenceComment(uint64_t Address, int Value, argument
557 Dis->tryAddingPcLoadReferenceComment(Value, Address);
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2218 SDValue Value = Op->getOperand(2); local
2225 return DAG.getStore(ChainIn, DL, Value, Address, MachinePointerInfo(), false,
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp567 // XXX: LLVM seems not to replace Chain Value inside CustomWidenLowerNode
1053 SDValue Value = Store->getValue(); local
1054 EVT VT = Value.getValueType();
1063 assert(Value.getValueType().getScalarSizeInBits() >= 32);
1067 SDValue Elt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, ElemVT, Value,
1272 SDValue Value = DAG.getNode(ISD::OR, DL, MVT::i32, Dst, ShiftedValue); local
1274 Chain, Value, Ptr, DAG.getTargetConstant(0, MVT::i32));
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1835 int64_t Value; local
1836 if (getParser().parseAbsoluteExpression(Value))
1839 if (Value != 1)
2550 const MCExpr *Value; local
2551 if (getParser().parseExpression(Value))
2554 getParser().getStreamer().EmitValue(Value, Size);
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp99 friend hash_code hash_value(const Expression &Value) { argument
100 return hash_combine(Value.opcode, Value.type,
101 hash_combine_range(Value.varargs.begin(),
102 Value.varargs.end()));
107 DenseMap<Value*, uint32_t> valueNumbering;
118 Value *LHS, Value *RHS);
123 uint32_t lookup_or_add(Value *V);
124 uint32_t lookup(Value *
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/analysis/Analyzer.class " package org.objectweb. ...
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c95 char* Value; // Points to value member in struct:_KeyVal
286 // For ASCII data, a string containing the Name and Value attribute pairs shall follow
310 // Value must begin and end with a " symbol
1218 p->Value = AllocString(it8, xValue);
1221 p->Value = NULL;
1406 return p -> Value;
1427 return p -> Value;
1630 for (Pt = p ->Value; *Pt; Pt++) {
1657 if (p->Value) {
1662 Writef(fp, "\t%s", p ->Value);
1979 char *Value, *temp; local
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusImaging.h239 ULONG Type; // Value type, like ValueTypeLONG etc.
240 VOID* Value; // A pointer to the parameter values member in class:EncoderParameter
/external/chromium_org/v8/src/
H A Djsregexp.h350 typedef Entry Value; typedef in class:v8::internal::DispatchTable::Config
352 static const Entry NoValue() { return Value(); }
H A Druntime.cc1351 union Value { union
1356 Value value;
1395 union Value { union
1400 Value value;
6192 Token::Value token = static_cast<Token::Value>(token_raw);
14352 v8::String::Value string_value1(v8::Utils::ToLocal(string1));
14353 v8::String::Value string_value2(v8::Utils::ToLocal(string2));
14380 v8::String::Value string_value(v8::Utils::ToLocal(stringValue));
14462 v8::String::Value text_valu
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h2083 /// given \p Value and integer \p Type.
2084 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { argument
2087 Res = Value;
2414 const clang::ASTContext &Ctx, T Value) {
2419 return new (Ctx) LazyData(Source, Value);
2420 return Value;
2413 makeValue( const clang::ASTContext &Ctx, T Value) argument
/external/clang/lib/Analysis/
H A DCFG.cpp687 // Value less than both Value1 and Value2
691 // Value between Value1 and Value2
696 // Value greater than both Value1 and Value2
710 llvm::APSInt Value = Values[ValueIndex]; local
712 Res1 = analyzeLogicOperatorCondition(BO1, Value, L1);
713 Res2 = analyzeLogicOperatorCondition(BO2, Value, L2);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp146 llvm::Value *V = I->second;
264 if (llvm::Value *V = it->second)
630 ReplaceMap.push_back(std::make_pair(Ty, static_cast<llvm::Value *>(RetTy)));
669 SmallVector<llvm::Value *, 8> EltTys;
771 SmallVector<llvm::Value *, 16> EltTys;
828 SmallVectorImpl<llvm::Value *> &elements,
884 const APValue *Value = Var->evaluateValue(); local
885 if (Value) {
886 if (Value->isInt())
887 C = llvm::ConstantInt::get(CGM.getLLVMContext(), Value
[all...]
H A DCGExpr.cpp40 llvm::Value *CodeGenFunction::EmitCastToVoidPtr(llvm::Value *value) {
62 llvm::Value *Init) {
88 llvm::Value *CodeGenFunction::EvaluateExprAsBool(const Expr *E) {
91 llvm::Value *MemPtr = EmitScalarExpr(E);
146 llvm::Value *Location,
178 const Expr *E, llvm::Value *ReferenceTemporary) {
297 static llvm::Value *
324 llvm::Value *Object = createReferenceTemporary(*this, M, E);
355 llvm::Value *Objec
408 llvm::Value *Value = LV.getAddress(); local
1156 EmitToMemory(llvm::Value *Value, QualType Ty) argument
1170 EmitFromMemory(llvm::Value *Value, QualType Ty) argument
1181 EmitStoreOfScalar(llvm::Value *Value, llvm::Value *Addr, bool Volatile, unsigned Alignment, QualType Ty, llvm::MDNode *TBAAInfo, bool isInit, QualType TBAABaseType, uint64_t TBAAOffset) argument
1632 llvm::Value *Value = Src.getScalarVal(); local
[all...]
H A DCGExprScalar.cpp36 using llvm::Value;
44 Value *LHS;
45 Value *RHS;
60 : public StmtVisitor<ScalarExprEmitter, Value*> {
88 void EmitBinOpCheck(Value *Check, const BinOpInfo &Info);
90 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) {
97 Value *EmitLoadOfLValue(const Expr *E) {
104 Value *EmitConversionToBool(Value *Src, QualType DstTy);
108 void EmitFloatConversionCheck(Value *OrigSr
1047 llvm::APSInt Value; local
1811 llvm::APSInt Value; local
[all...]
H A DCGObjC.cpp31 typedef llvm::PointerIntPair<llvm::Value*,1,bool> TryEmitResult;
41 static llvm::Constant *getNullForVariable(llvm::Value *addr) {
48 llvm::Value *CodeGenFunction::EmitObjCStringLiteral(const ObjCStringLiteral *E)
60 llvm::Value *
75 llvm::Value *Receiver = Runtime.GetClass(*this, ClassDecl);
90 llvm::Value *CodeGenFunction::EmitObjCCollectionLiteral(const Expr *E,
109 llvm::Value *Objects = CreateMemTemp(ElementArrayType, "objects");
110 llvm::Value *Keys = nullptr;
116 SmallVector<llvm::Value *, 16> NeededObjects;
131 llvm::Value *valu
147 const Expr *Value = DLE->getKeyValueElement(i).Value; local
[all...]
H A DCodeGenModule.cpp916 llvm::Value *MDOpts = llvm::MDString::get(getLLVMContext(), Opts);
920 void CodeGenModule::AddDetectMismatch(StringRef Name, StringRef Value) { argument
922 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt);
923 llvm::Value *MDOpts = llvm::MDString::get(getLLVMContext(), Opt);
930 llvm::Value *MDOpts = llvm::MDString::get(getLLVMContext(), Opt);
938 SmallVectorImpl<llvm::Value *> &Metadata,
958 llvm::Value *Args[2] = {
971 llvm::Value *OptString = llvm::MDString::get(Context, Opt);
1024 SmallVector<llvm::Value *, 16> MetadataArgs;
1995 llvm::Value *GlobalMetadat
2909 APValue *Value = nullptr; local
[all...]
H A DItaniumCXXABI.cpp31 #include "llvm/IR/Value.h"
72 llvm::Value *
75 llvm::Value *&This,
76 llvm::Value *MemFnPtr,
79 llvm::Value *
81 llvm::Value *Base,
82 llvm::Value *MemPtr,
85 llvm::Value *EmitMemberPointerConversion(CodeGenFunction &CGF,
87 llvm::Value *Src) override;
100 llvm::Value *EmitMemberPointerCompariso
962 llvm::Value *Value = local
975 EmitDynamicCastCall( CodeGenFunction &CGF, llvm::Value *Value, QualType SrcRecordTy, QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) argument
1017 EmitDynamicCastToVoid(CodeGenFunction &CGF, llvm::Value *Value, QualType SrcRecordTy, QualType DestTy) argument
[all...]
H A DMicrosoftCXXABI.cpp60 llvm::Value *adjustToCompleteObject(CodeGenFunction &CGF,
61 llvm::Value *ptr,
71 llvm::Value *EmitTypeid(CodeGenFunction &CGF, QualType SrcRecordTy,
72 llvm::Value *ThisPtr,
78 llvm::Value *EmitDynamicCastCall(CodeGenFunction &CGF, llvm::Value *Value,
83 llvm::Value *EmitDynamicCastToVoid(CodeGenFunction &CGF, llvm::Value *Value,
619 getPolymorphicOffset(CodeGenFunction &CGF, const CXXRecordDecl *RD, llvm::Value *Value) argument
632 performBaseAdjustment(CodeGenFunction &CGF, llvm::Value *Value, QualType SrcRecordTy) argument
688 EmitDynamicCastCall( CodeGenFunction &CGF, llvm::Value *Value, QualType SrcRecordTy, QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) argument
720 EmitDynamicCastToVoid(CodeGenFunction &CGF, llvm::Value *Value, QualType SrcRecordTy, QualType DestTy) argument
[all...]
H A DTargetInfo.cpp33 llvm::Value *Array,
34 llvm::Value *Value,
39 llvm::Value *Cell = Builder.CreateConstInBoundsGEP1_32(Array, I);
40 Builder.CreateStore(Value, Cell);
363 llvm::Value *EmitVAArg(llvm::Value *VAListAddr, QualType Ty,
373 llvm::Value *DefaultABIInfo::EmitVAArg(llvm::Value *VAListAddr, QualType Ty,
420 llvm::Value *EmitVAAr
32 AssignToArrayRange(CodeGen::CGBuilderTy &Builder, llvm::Value *Array, llvm::Value *Value, unsigned FirstIndex, unsigned LastIndex) argument
[all...]
/external/clang/lib/Driver/
H A DToolChains.cpp111 static const char *GetArmArchForMArch(StringRef Value) { argument
112 return llvm::StringSwitch<const char*>(Value)
128 static const char *GetArmArchForMCpu(StringRef Value) { argument
129 return llvm::StringSwitch<const char *>(Value)
2388 StringRef Value = A->getValue();
2389 if (Value != "libstdc++") {
2509 StringRef Value = A->getValue(); local
2510 if (Value == "libstdc++")
2512 if (Value == "libc++")
2583 StringRef Value local
2707 StringRef Value = A->getValue(); local
[all...]
H A DTools.cpp1494 StringRef Value = A->getValue(); local
1495 if (Value == "intel" || Value == "att") {
1497 CmdArgs.push_back(Args.MakeArgString("-x86-asm-syntax=" + Value));
1500 << A->getOption().getName() << Value;
1832 StringRef Value = A->getValue(i); local
1834 CmdArgs.push_back(Value.data());
1839 if (Value == "-force_cpusubtype_ALL") {
1841 } else if (Value == "-L") {
1843 } else if (Value
5192 hasMipsAbiArg(const ArgList &Args, const char *Value) argument
[all...]
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp358 DeclIndexPair Value; member in class:ResultBuilder::ShadowMapEntry::iterator::pointer
361 pointer(const DeclIndexPair &Value) : Value(Value) { } argument
364 return &Value;
671 else if (const ValueDecl *Value = dyn_cast<ValueDecl>(ND))
672 T = Value->getType();
2077 } else if (const ValueDecl *Value = dyn_cast<ValueDecl>(ND)) {
2078 T = Value->getType();
6167 /// \brief Add code completions for Objective-C Key-Value Codin
[all...]
H A DSemaExprCXX.cpp1092 llvm::APSInt Value(IntWidth);
1094 = CheckConvertedConstantExpression(NumElts, Context.getSizeType(), Value,
1356 llvm::APSInt Value; local
1359 if (ArraySize->isIntegerConstantExpr(Value, Context)) {
1360 if (Value < llvm::APSInt(
1361 llvm::APInt::getNullValue(Value.getBitWidth()),
1362 Value.isUnsigned())) {
1373 ConstantArrayType::getNumAddressingBits(Context, AllocType, Value);
1378 << Value.toString(10)
1383 << Value
3953 llvm::APSInt Value; local
3998 uint64_t Value = 0; local
4044 bool Value = EvaluateExpressionTrait(ET, Queried); local
[all...]

Completed in 675 milliseconds

<<11121314151617181920>>