HomeSort by relevance Sort by last modified time
    Searched defs:Val (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGen/
2002-03-14-BrokenPHINode.c 11 double Val;
17 return asa+(int)Val;
  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 8 union { struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents;
temp-order.cpp 6 unsigned Val = 1;
8 Val *= Base;
9 return Val;
45 static unsigned f0(bool val = false) {
49 if ((A(tt, 3), val))
57 static unsigned f1(bool val = true) {
61 if ((A(tt, 3), val))
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 104 APFloat Val = MO.getFPImm()->getValueAPF();
106 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
107 MCOp = MCOperand::CreateFPImm(Val.convertToDouble());
  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 26 //static unsigned getHashValue(const T &Val);
34 intptr_t Val = -1;
35 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
36 return reinterpret_cast<T*>(Val);
39 intptr_t Val = -2;
40 Val <<= PointerLikeTypeTraits<T*>::NumLowBitsAvailable;
41 return reinterpret_cast<T*>(Val);
54 static unsigned getHashValue(const char& Val) { return Val * 37U; }
64 static unsigned getHashValue(const unsigned& Val) { return Val * 37U;
    [all...]
TinyPtrVector.h 28 llvm::PointerUnion<EltTy, VecTy*> Val;
31 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) {
32 if (VecTy *V = Val.template dyn_cast<VecTy*>())
33 Val = new VecTy(*V);
36 if (VecTy *V = Val.template dyn_cast<VecTy*>())
43 if (Val.isNull()) return true;
44 if (VecTy *Vec = Val.template dyn_cast<VecTy*>())
52 if (Val.template is<EltTy>())
54 return Val.template get<VecTy*>()->size()
    [all...]
UniqueVector.h 38 unsigned &Val = Map[Entry];
41 if (Val) return Val;
44 Val = static_cast<unsigned>(Vector.size()) + 1;
48 return Val;
ScopedHashTable.h 48 V Val;
49 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {}
53 const V &getValue() const { return Val; }
54 V &getValue() { return Val; }
63 const K &key, const V &val,
67 new (New) ScopedHashTableVal(key, val);
107 void setLastValInScope(ScopedHashTableVal<K, V> *Val) {
108 LastValInScope = Val;
    [all...]
SmallPtrSet.h 212 enum { Val = N };
219 Val = RoundUpToPowerOfTwo<(N|(N-1)) + 1>::Val
225 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
236 enum { SmallSizePowTwo = RoundUpToPowerOfTwo<SmallSize>::Val };
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 159 uint64_t Val = *IVal.getRawData();
160 MCOp = MCOperand::CreateImm(Val);
  /external/stlport/test/eh/
test_construct.h 81 Value_type Val = 0;
82 T t( n, Val );
  /external/clang/include/clang/Index/
GlobalSelector.h 29 void *Val;
31 explicit GlobalSelector(void *val) : Val(val) { }
34 GlobalSelector() : Val(0) { }
39 bool isValid() const { return Val != 0; }
48 void *getAsOpaquePtr() const { return Val; }
Entity.h 50 llvm::PointerUnion<Decl *, EntityImpl *> Val;
53 explicit Entity(EntityImpl *impl) : Val(impl) { }
66 return Val.get<Decl *>();
82 return Val.is<Decl *>();
85 bool isValid() const { return !Val.isNull(); }
88 void *getAsOpaquePtr() const { return Val.getOpaqueValue(); }
91 Ent.Val = llvm::PointerUnion<Decl *, EntityImpl *>::getFromOpaqueValue(Ptr);
107 Ent.Val =
113 Ent.Val =
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 27 Value *Val = CXI->getNewValOperand();
31 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
42 Value *Val = RMWI->getValOperand();
50 Res = Val;
53 Res = Builder.CreateAdd(Orig, Val);
56 Res = Builder.CreateSub(Orig, Val);
59 Res = Builder.CreateAnd(Orig, Val);
62 Res = Builder.CreateNot(Builder.CreateAnd(Orig, Val));
65 Res = Builder.CreateOr(Orig, Val);
68 Res = Builder.CreateXor(Orig, Val);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 80 } Val;
82 /// The required alignment for this entry. The top bit is set when Val is
88 Val.ConstVal = V;
92 Val.MachineCPVal = V;
  /external/llvm/include/llvm/Support/
Format.h 81 T Val;
83 format_object1(const char *fmt, const T &val)
84 : format_object_base(fmt), Val(val) {
88 return snprintf(Buffer, BufferSize, Fmt, Val);
176 inline format_object1<T> format(const char *Fmt, const T &Val) {
177 return format_object1<T>(Fmt, Val);
  /external/clang/lib/AST/
TemplateBase.cpp 38 const llvm::APSInt *Val = TemplArg.getAsIntegral();
41 Out << (Val->getBoolValue() ? "true" : "false");
43 const unsigned char Ch = Val->getZExtValue();
49 Out << Val->toString(10);
  /external/clang/lib/Sema/
SemaAttr.cpp 199 llvm::APSInt Val;
205 !Alignment->isIntegerConstantExpr(Val, Context) ||
206 !(Val == 0 || Val.isPowerOf2()) ||
207 Val.getZExtValue() > 16) {
212 AlignmentVal = (unsigned) Val.getZExtValue();
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 87 uint64_t Val = ValC->getZExtValue() & 255;
94 Val = (Val << 8) | Val;
99 Val = (Val << 8) | Val;
100 Val = (Val << 16) | Val;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 159 uint64_t Val = cast<ConstantSDNode>(N)->getZExtValue();
163 SDValue MskSize = getI32Imm(32 - CountLeadingZeros_32(Val));
167 else if (!isUInt<16>(Val)) {
170 Type::getInt32Ty(*CurDAG->getContext()), Val),
  /external/zlib/contrib/iostream2/
zstream.h 44 size_t value() const { return val.word; }
46 struct Val { unsigned char byte; size_t word; } val; member in class:zstringlen
130 zs > val.byte;
131 if (val.byte == 255) zs > val.word;
132 else val.word = val.byte;
278 val.byte = 255; val.word = ::strlen(x)
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 36 llvm::APSInt Val;
39 PPValue(unsigned BitWidth) : Val(BitWidth) {}
41 unsigned getBitWidth() const { return Val.getBitWidth(); }
42 bool isUnsigned() const { return Val.isUnsigned(); }
111 Result.Val = II->hasMacroDefinition();
112 Result.Val.setIsUnsigned(false); // Result is signed intmax_t.
115 if (Result.Val != 0 && ValueLive) {
183 Result.Val = II->getTokenID() == tok::kw_true;
184 Result.Val.setIsUnsigned(false); // "0" is signed intmax_t 0.
224 if (Literal.GetIntegerValue(Result.Val)) {
    [all...]
  /external/clang/lib/Rewrite/
DeltaTree.cpp 420 const SourceDelta &Val = Node->getValue(NumValsGreater);
422 if (Val.FileLoc >= FileIndex)
424 Result += Val.Delta;
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 81 value Val = alloc_custom(&generic_value_ops, sizeof(LLVMGenericValueRef), 0, 1);
82 Genericvalue_val(Val) = Ref;
83 return Val;
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 86 double Val;
88 NumberExprAST(double val) : Val(val) {}

Completed in 748 milliseconds

1 2 3 4 5 6