HomeSort by relevance Sort by last modified time
    Searched refs:Value (Results 801 - 825 of 2613) sorted by null

<<31323334353637383940>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
rel32-o32.d 8 Offset Info Type Sym.Value Sym. Name
rel64.d 8 Offset Info Type Sym. Value Sym. Name
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/
i135409-2.d 3 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
gotplt.d 11 Offset Info Type Sym\.Value Sym\. Name \+ Addend
init-cmpct.d 11 Tag Type Name/Value
init-media.d 11 Tag Type Name/Value
init64.d 11 Tag Type Name/Value
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pr13082-1a.d 12 Offset Info Type Sym. Value Symbol's Name \+ Addend
pr13082-1b.d 12 Offset Info Type Sym. Value Symbol's Name \+ Addend
pr13082-5a.d 8 Offset Info Type Sym. Value Symbol's Name \+ Addend
12 Offset Info Type Sym. Value Symbol's Name \+ Addend
pr13082-5b.d 8 Offset Info Type Sym. Value Symbol's Name \+ Addend
12 Offset Info Type Sym. Value Symbol's Name \+ Addend
pr13082-6a.d 8 Offset Info Type Sym. Value Symbol's Name \+ Addend
12 Offset Info Type Sym. Value Symbol's Name \+ Addend
pr13082-6b.d 8 Offset Info Type Sym. Value Symbol's Name \+ Addend
12 Offset Info Type Sym. Value Symbol's Name \+ Addend
  /external/clang/lib/CodeGen/
CGExpr.cpp 43 llvm::Value *CodeGenFunction::EmitCastToVoidPtr(llvm::Value *value) {
45 cast<llvm::PointerType>(value->getType())->getAddressSpace();
51 if (value->getType() == destType) return value;
52 return Builder.CreateBitCast(value, destType);
84 void CodeGenFunction::InitTempAlloca(Address Var, llvm::Value *Init) {
108 /// expression and compare the result against zero, returning an Int1Ty value.
109 llvm::Value *CodeGenFunction::EvaluateExprAsBool(const Expr *E)
1110 ValueDecl *value = refExpr->getDecl(); local
    [all...]
CGObjCRuntime.cpp 88 llvm::Value *BaseValue,
91 llvm::Value *Offset) {
95 llvm::Value *V = CGF.Builder.CreateBitCast(BaseValue, CGF.Int8PtrTy);
157 CallObjCEndCatch(bool MightThrow, llvm::Value *Fn) :
160 llvm::Value *Fn;
233 llvm::Value *RawExn = CGF.getExceptionFromSlot();
236 llvm::Value *Exn = RawExn;
256 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);
284 llvm::Value *exn,
309 llvm::Value *SyncExitFn
    [all...]
CGExprComplex.cpp 74 /// value l-value, this method emits the address of the l-value, then loads
83 /// specified value pointer.
86 /// Emit a cast from complex value Val to DestType.
89 /// Emit a cast from scalar value Val to DestType.
90 ComplexPairTy EmitScalarToComplexCast(llvm::Value *Val, QualType SrcType,
320 assert(lvalue.isSimple() && "non-simple complex l-value?");
327 llvm::Value *Real = nullptr, *Imag = nullptr;
343 /// specified value pointer
    [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 51 bool IsNullValue(Value *V);
56 Type *Ty, Value *BasePtr, int Idx1,
59 Type *Ty, Value *BasePtr, int Idx1, int Idx2,
160 SmallVector<Value *, 16> Args;
196 // doInitialization creates the abstract type of this value.
315 bool ShadowStackGCLowering::IsNullValue(Value *V) {
351 Value *BasePtr, int Idx,
354 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0),
357 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
365 IRBuilder<> &B, Type *Ty, Value *BasePtr
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 14 // transformation. The source value of each store then propagated to the user
18 // may-aliasing stores can't change the value in memory before it's read by the
65 Value *LoadPtr = Load->getPointerOperand();
66 Value *StorePtr = Store->getPointerOperand();
89 Value *getLoadPtr() const { return Load->getPointerOperand(); }
102 /// intervening store this value will be loaded in the next iteration.
253 const SmallSet<Value *, 4> &PtrsWrittenOnFwdingPath,
254 const std::set<Value *> &CandLoadPtrs) {
255 Value *Ptr1 =
257 Value *Ptr2
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.h 45 int Value() const {
73 return LifetimePosition(InstructionStart().Value() + kStep/2);
79 return LifetimePosition(InstructionStart().Value() + kStep);
87 return LifetimePosition(InstructionStart().Value() - kStep);
112 explicit LifetimePosition(int value) : value_(value) { }
123 DCHECK(start.Value() < end.Value());
137 if (other->start().Value() < start_.Value()) return other->Intersect(this)
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp 107 // Otherwise, just return the character as its ascii value.
122 virtual Value *IRGen(IRGenContext &C) const = 0;
128 Value *IRGen(IRGenContext &C) const override;
136 Value *IRGen(IRGenContext &C) const override;
146 Value *IRGen(IRGenContext &C) const override;
158 Value *IRGen(IRGenContext &C) const override;
170 Value *IRGen(IRGenContext &C) const override;
181 Value *IRGen(IRGenContext &C) const override;
194 Value *IRGen(IRGenContext &C) const override;
208 Value *IRGen(IRGenContext &C) const override
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 106 // Otherwise, just return the character as its ascii value.
121 virtual Value *IRGen(IRGenContext &C) const = 0;
127 Value *IRGen(IRGenContext &C) const override;
135 Value *IRGen(IRGenContext &C) const override;
145 Value *IRGen(IRGenContext &C) const override;
157 Value *IRGen(IRGenContext &C) const override;
169 Value *IRGen(IRGenContext &C) const override;
180 Value *IRGen(IRGenContext &C) const override;
193 Value *IRGen(IRGenContext &C) const override;
207 Value *IRGen(IRGenContext &C) const override
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 106 // Otherwise, just return the character as its ascii value.
121 virtual Value *IRGen(IRGenContext &C) const = 0;
127 Value *IRGen(IRGenContext &C) const override;
135 Value *IRGen(IRGenContext &C) const override;
145 Value *IRGen(IRGenContext &C) const override;
157 Value *IRGen(IRGenContext &C) const override;
169 Value *IRGen(IRGenContext &C) const override;
180 Value *IRGen(IRGenContext &C) const override;
193 Value *IRGen(IRGenContext &C) const override;
207 Value *IRGen(IRGenContext &C) const override
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 106 // Otherwise, just return the character as its ascii value.
121 virtual Value *IRGen(IRGenContext &C) const = 0;
127 Value *IRGen(IRGenContext &C) const override;
135 Value *IRGen(IRGenContext &C) const override;
145 Value *IRGen(IRGenContext &C) const override;
157 Value *IRGen(IRGenContext &C) const override;
169 Value *IRGen(IRGenContext &C) const override;
180 Value *IRGen(IRGenContext &C) const override;
193 Value *IRGen(IRGenContext &C) const override;
207 Value *IRGen(IRGenContext &C) const override
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 50 static cl::opt<bool> EnableDomConditions("value-tracking-dom-conditions",
53 // This is expensive, so we only do it for the top level query value.
64 // Controls the number of uses of the value searched for possible
90 typedef SmallPtrSet<const Value *, 8> ExclInvsSet;
107 Query(const Query &Q, const Value *NewExcl)
114 // Given the provided Value and, potentially, a context instruction, return
116 static const Instruction *safeCxtI(const Value *V, const Instruction *CxtI) {
122 // If the value is really an already-inserted instruction, then use that.
130 static void computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne,
134 void llvm::computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 40 class Value;
55 Value *PtrVal;
143 int getGEPCost(Type *PointeeType, const Value *Ptr,
144 ArrayRef<const Value *> Operands) const;
166 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const;
178 ArrayRef<const Value *> Arguments) const;
210 bool isSourceOfDivergence(const Value *V) const;
330 /// If the AM is supported, the return value must be >= 0.
331 /// If the AM is not supported, it returns a negative value.
337 /// \brief Return true if it's free to truncate a value of type Ty1 to typ
    [all...]

Completed in 445 milliseconds

<<31323334353637383940>>