HomeSort by relevance Sort by last modified time
    Searched refs:Val (Results 126 - 150 of 580) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/Target/ARM/
ThumbRegisterInfo.h 42 DebugLoc dl, unsigned DestReg, unsigned SubIdx, int Val,
  /external/llvm/lib/Target/Hexagon/
HexagonSplitConst32AndConst64.cpp 114 APFloat Val = MI->getOperand(1).getFPImm()->getValueAPF();
115 ImmValue = *Val.bitcastToAPInt().getRawData();
133 APFloat Val = MI->getOperand(1).getFPImm()->getValueAPF();
134 ImmValue = *Val.bitcastToAPInt().getRawData();
HexagonISelDAGToDAG.cpp 182 bool isValueExtension(const SDValue &Val, unsigned FromBits, SDValue &Src);
262 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
264 if (HII->isValidAutoIncImm(LoadedVT, Val)) {
265 SDValue TargetConst = CurDAG->getTargetConstant(Val, dl, MVT::i32);
285 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, dl, MVT::i32);
315 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
317 if (HII->isValidAutoIncImm(LoadedVT, Val)) {
318 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, dl, MVT::i32);
342 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, dl, MVT::i32);
374 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue()
    [all...]
  /external/clang/include/clang/Lex/
MacroInfo.h 146 void setIsBuiltinMacro(bool Val = true) { IsBuiltinMacro = Val; }
149 void setIsUsed(bool Val) { IsUsed = Val; }
152 void setIsAllowRedefinitionsWithoutWarning(bool Val) {
153 IsAllowRedefinitionsWithoutWarning = Val;
157 void setIsWarnIfUnused(bool val) { IsWarnIfUnused = val; }
274 void setUsedForHeaderGuard(bool Val) { UsedForHeaderGuard = Val; }
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-self.cpp 31 enum { Val = 1 };
32 char c[1 + Val]; // ok
  /external/llvm/include/llvm/Support/
CommandLine.h 239 void setNumOccurrencesFlag(enum NumOccurrencesFlag Val) { Occurrences = Val; }
240 void setValueExpectedFlag(enum ValueExpected Val) { Value = Val; }
241 void setHiddenFlag(enum OptionHidden Val) { HiddenFlag = Val; }
319 initializer(const Ty &Val) : Init(Val) {}
324 template <class Ty> initializer<Ty> init(const Ty &Val) {
325 return initializer<Ty>(Val);
    [all...]
Recycler.h 45 auto *Val = FreeList;
47 return Val;
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 70 /// ret.val[0] = vld1q_u16(TableA + 0);
71 /// ret.val[1] = vld1q_u16(TableA + 8);
72 /// ret.val[2] = vld1q_u16(TableA + 16);
73 /// ret.val[3] = vld1q_u16(TableA + 24);
158 /// \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 UndefValu
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 294 int PPCTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
295 assert(Val->isVectorTy() && "This must be a vector type");
300 if (ST->hasVSX() && Val->getScalarType()->isDoubleTy()) {
305 return BaseT::getVectorInstrCost(Opcode, Val, Index);
306 } else if (ST->hasQPX() && Val->getScalarType()->isFloatingPointTy()) {
311 return BaseT::getVectorInstrCost(Opcode, Val, Index);
328 return LHSPenalty + BaseT::getVectorInstrCost(Opcode, Val, Index);
330 return BaseT::getVectorInstrCost(Opcode, Val, Index);
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 245 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val,
247 void UnswitchTrivialCondition(Loop *L, Value *Cond, Constant *Val,
253 Constant *Val, bool isEqual);
255 void EmitPreheaderBranchOnCondition(Value *LIC, Constant *Val,
650 /// We have found that we can unswitch currentLoop when LoopCond == Val to
653 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val,
659 << " at non-trivial condition '" << *Val
665 UnswitchNontrivialCondition(LoopCond, Val, currentLoop, TI);
724 /// Emit a conditional branch on two values if LIC == Val, branch to TrueDst,
726 void LoopUnswitch::EmitPreheaderBranchOnCondition(Value *LIC, Constant *Val,
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
got-dump-1.d 21 Address Access Initial Sym.Val. Type Ndx Name
got-dump-2.d 21 Address Access Initial Sym.Val. Type Ndx Name
  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 222 enum { Val = N };
229 Val = RoundUpToPowerOfTwo<(N|(N-1)) + 1>::Val
235 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
306 enum { SmallSizePowTwo = RoundUpToPowerOfTwo<SmallSize>::Val };
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 80 /// 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();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 125 HRESULT (WINAPI *SetDisplayName)(IBackgroundCopyJob2 *This,LPCWSTR Val);
127 HRESULT (WINAPI *SetDescription)(IBackgroundCopyJob2 *This,LPCWSTR Val);
129 HRESULT (WINAPI *SetPriority)(IBackgroundCopyJob2 *This,BG_JOB_PRIORITY Val);
131 HRESULT (WINAPI *SetNotifyFlags)(IBackgroundCopyJob2 *This,ULONG Val);
133 HRESULT (WINAPI *SetNotifyInterface)(IBackgroundCopyJob2 *This,IUnknown *Val);
174 #define IBackgroundCopyJob2_SetDisplayName(This,Val) (This)->lpVtbl->SetDisplayName(This,Val)
176 #define IBackgroundCopyJob2_SetDescription(This,Val) (This)->lpVtbl->SetDescription(This,Val)
178 #define IBackgroundCopyJob2_SetPriority(This,Val) (This)->lpVtbl->SetPriority(This,Val
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
Math.h 269 Matrix& reset(PBQPNum Val = 0) {
271 std::fill(Data, Data + (Rows * Cols), Val);
276 Matrix& setRow(unsigned R, PBQPNum Val) {
279 std::fill(Data + (R * Cols), Data + ((R + 1) * Cols), Val);
284 Matrix& setCol(unsigned C, PBQPNum Val) {
288 (*this)[R][C] = Val;
349 Matrix& subFromRow(unsigned R, PBQPNum Val) {
354 std::bind2nd(std::minus<PBQPNum>(), Val));
359 Matrix& subFromCol(unsigned C, PBQPNum Val) {
362 (*this)[R][C] -= Val;
    [all...]
  /external/v8/test/cctest/compiler/
function-tester.h 129 CheckCall(Val(expected), Val(a), Val(b));
148 CheckCall(true_value(), Val(a), Val(b));
158 CheckCall(false_value(), Val(a), Val(b));
171 Handle<String> Val(const char* string) {
175 Handle<Object> Val(double value) {
181 Handle<Object> minus_infinity() { return Val(-V8_INFINITY);
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 182 void DFSanSwitchCallback(uint64_t PC, size_t ValSizeInBits, uint64_t Val,
187 void TraceSwitchCallback(uintptr_t PC, size_t ValSizeInBits, uint64_t Val,
267 uint64_t Val, size_t NumCases,
274 bool TryShort = IsTwoByteData(Val);
288 Printf("DFSanSwitchCallback: PC %lx Val %zd SZ %zd # %zd L %d: {%d, %d} "
290 PC, Val, ValSize, NumCases, L, LR.Beg, LR.End, TryShort);
328 uint64_t Val, size_t NumCases,
332 bool TryShort = IsTwoByteData(Val);
337 Printf("TraceSwitch: %p %zd # %zd; TryShort %d\n", PC, Val, NumCases,
341 TryToAddDesiredData(Val, Cases[i], ValSize)
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 258 UInt64 Val;
261 CListUInt64Def(): Val(0), Def(false) {}
262 void Add(UInt64 v) { Val += v; Def = true; }
263 void Add(const CListUInt64Def &v) { if (v.Def) Add(v.Val); }
268 FILETIME Val;
271 CListFileTimeDef(): Def(false) { Val.dwLowDateTime = 0; Val.dwHighDateTime = 0; }
274 if (t.Def && (!Def || CompareFileTime(&Val, &t.Val) < 0))
276 Val = t.Val;
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 571 const clang::APValue &val = EV->getInit(); local
574 genInitValue(val, isBool);
606 const clang::APValue &val = EV->getInit(); local
609 genInitValue(val, isBool);
638 const clang::APValue &val = EV->getInit(); local
640 genInitValue(val, false);
918 const clang::APValue &Val) {
919 slangAssert(!Val.isUninit() && "Not a valid initializer");
926 genInitBoolExportVariable(VarName, Val);
928 genInitPrimitiveExportVariable(VarName, Val);
    [all...]
  /external/vboot_reference/utility/
efidecompress.c 333 UINT16 Val;
337 Val = Sd->mPTTable[Sd->mBitBuf >> (BITBUFSIZ - 8)];
339 if (Val >= MAXNP) {
345 Val = Sd->mRight[Val];
347 Val = Sd->mLeft[Val];
351 } while (Val >= MAXNP);
356 FillBuf (Sd, Sd->mPTLen[Val]);
358 Pos = Val;
    [all...]
  /external/clang/include/clang/AST/
ASTTypeTraits.h 103 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; }
337 static unsigned getHashValue(const DynTypedNode &Val) {
339 if (ASTNodeKind::getFromNodeKind<TypeLoc>().isSame(Val.NodeKind)) {
340 auto TL = Val.getUnchecked<TypeLoc>();
346 Val.NodeKind)) {
347 auto NNSL = Val.getUnchecked<NestedNameSpecifierLoc>();
352 assert(Val.getMemoizationData());
353 return llvm::hash_value(Val.getMemoizationData());
  /external/llvm/include/llvm/IR/
DIBuilder.h 118 DIEnumerator *createEnumerator(StringRef Name, int64_t Val);
211 /// \param Val Const initializer of the member.
215 llvm::Constant *Val);
321 /// \param Val Constant parameter value.
325 Constant *Val);
331 /// \param Val The fully qualified name of the template.
335 StringRef Val);
341 /// \param Val An array of types in the pack.
345 DINodeArray Val);
444 /// \param Val llvm::Value of the variable
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 497 unsigned Val = 0;
499 Val *= 10;
500 Val += *Start - '0';
503 return Val;
506 /// TestPluralRange - Test if Val is in the parsed range. Modifies Start.
507 static bool TestPluralRange(unsigned Val, const char *&Start, const char *End) {
510 return Ref == Val;
520 return Low <= Val && Val <= High;
777 int Val = getArgSInt(ArgNo)
870 intptr_t val = reinterpret_cast<intptr_t>(&TDT); local
    [all...]

Completed in 1608 milliseconds

1 2 3 4 56 7 8 91011>>