Searched refs:IVal (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Rewrite/
H A DDeltaTree.cpp361 const SourceDelta &IVal = N->getValue(i); local
364 assert(IN->getValue(i-1).FileLoc < IVal.FileLoc);
365 FullDelta += IVal.Delta;
370 IVal.FileLoc);
373 assert(IN->getChild(i+1)->getValue(0).FileLoc > IVal.FileLoc);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp188 * The type Traits<T>::IVal is the approximation of T: it is `Interval` for
206 typename Traits<T>::IVal makeIVal (const T& value)
213 typename Traits<T>::IVal unionIVal (const typename Traits<T>::IVal& a,
214 const typename Traits<T>::IVal& b)
221 bool contains (const typename Traits<T>::IVal& ival, const T& value)
228 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os)
234 string intervalToString (const FloatFormat& fmt, const typename Traits<T>::IVal& ival)
260 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value)
266 typename Traits<T>::IVal conver
276 typedef Interval IVal; typedef in struct:vkt::shaderexecutor::ScalarTraits
373 typedef I IVal; typedef in struct:vkt::shaderexecutor::ContainerTraits
472 typedef Void IVal; typedef in struct:vkt::shaderexecutor::Traits
820 typedef typename Traits<T>::IVal IVal; typedef in class:vkt::shaderexecutor::Expr
991 typedef typename Expr<T>::IVal IVal; typedef in class:vkt::shaderexecutor::Variable
1031 typedef typename Expr<T>::IVal IVal; typedef in class:vkt::shaderexecutor::Constant
1246 typedef typename Expr<Ret>::IVal IVal; typedef in class:vkt::shaderexecutor::Apply
1381 typedef typename Expr<Ret>::IVal IVal; typedef in class:vkt::shaderexecutor::ApplyVar
[all...]
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp209 * The type Traits<T>::IVal is the approximation of T: it is `Interval` for
227 typename Traits<T>::IVal makeIVal (const T& value)
234 typename Traits<T>::IVal unionIVal (const typename Traits<T>::IVal& a,
235 const typename Traits<T>::IVal& b)
242 bool contains (const typename Traits<T>::IVal& ival, const T& value)
249 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os)
255 string intervalToString (const FloatFormat& fmt, const typename Traits<T>::IVal& ival)
281 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value)
287 typename Traits<T>::IVal conver
297 typedef Interval IVal; typedef in struct:deqp::gls::BuiltinPrecisionTests::ScalarTraits
394 typedef I IVal; typedef in struct:deqp::gls::BuiltinPrecisionTests::ContainerTraits
493 typedef Void IVal; typedef in struct:deqp::gls::BuiltinPrecisionTests::Traits
841 typedef typename Traits<T>::IVal IVal; typedef in class:deqp::gls::BuiltinPrecisionTests::Expr
1012 typedef typename Expr<T>::IVal IVal; typedef in class:deqp::gls::BuiltinPrecisionTests::Variable
1052 typedef typename Expr<T>::IVal IVal; typedef in class:deqp::gls::BuiltinPrecisionTests::Constant
1267 typedef typename Expr<Ret>::IVal IVal; typedef in class:deqp::gls::BuiltinPrecisionTests::Apply
1402 typedef typename Expr<Ret>::IVal IVal; typedef in class:deqp::gls::BuiltinPrecisionTests::ApplyVar
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp120 const APInt *IVal; local
125 if (!match(Elt, m_APInt(IVal)) || !IVal->isPowerOf2())
127 Elts.push_back(ConstantInt::get(Elt->getType(), IVal->logBase2()));
200 const APInt *IVal; local
203 match(C1, m_APInt(IVal))) {
218 if (match(C1, m_APInt(IVal)) && IVal->isPowerOf2())
220 NewCst = ConstantInt::get(NewOp->getType(), IVal->logBase2());
/external/llvm/lib/TableGen/
H A DTGParser.cpp329 TypedInit *IVal = dyn_cast<TypedInit>(IR.IterValue); local
330 if (!IVal)
333 IterRec->addValue(RecordVal(IterVar->getName(), IVal->getType(), false));
336 std::vector<unsigned>(), IVal))
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2256 if (Instruction *IVal = dyn_cast<Instruction>(Val))
2257 IVal->eraseFromParent();
2281 if (Instruction *IVal = dyn_cast<Instruction>(Val))
2282 IVal->eraseFromParent();
2306 if (Instruction *IVal = dyn_cast<Instruction>(Val))
2307 IVal->eraseFromParent();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10673 /// Check to see if IVal is something that provides a value as specified by
10675 /// truncated IVal.
10678 SDValue IVal, StoreSDNode *St,
10684 // Check to see if IVal is all zeros in the part being masked in by the 'or'
10686 APInt Mask = ~APInt::getBitsSet(IVal.getValueSizeInBits(),
10688 if (!DAG.MaskedValueIsZero(IVal, Mask)) return nullptr;
10697 // Okay, we can do this! Replace the 'St' store with a store of IVal that is
10700 SDLoc DL(IVal);
10701 IVal = DAG.getNode(ISD::SRL, DL, IVal
10677 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, SDValue IVal, StoreSDNode *St, DAGCombiner *DC) argument
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp990 APInt IVal = FVal.bitcastToAPInt(); local
996 MI->addOperand(MachineOperand::CreateImm(IVal.getZExtValue()));
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp498 Value *IVal = SI->getValueOperand(); local
499 T1 = IVal->getType();

Completed in 267 milliseconds