Searched defs:ValueType (Results 26 - 48 of 48) sorted by relevance

12

/external/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp70 StatepointLoweringState::allocateStackSlot(EVT ValueType, argument
75 unsigned SpillSize = ValueType.getSizeInBits() / 8;
76 assert((SpillSize * 8) == ValueType.getSizeInBits() && "Size not in bytes?");
95 return Builder.DAG.getFrameIndex(FI, ValueType);
102 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType);
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp168 typedef PointerUnion<const Value *, const PseudoSourceValue *> ValueType; typedef in class:__anon13074::MemDefsUses
175 bool updateDefsUses(ValueType V, bool MayStore);
179 SmallVectorImpl<ValueType> &Objects) const;
182 SmallPtrSet<ValueType, 4> Uses, Defs;
469 SmallVector<ValueType, 4> Objs;
473 for (SmallVectorImpl<ValueType>::const_iterator I = Objs.begin();
490 bool MemDefsUses::updateDefsUses(ValueType V, bool MayStore) {
501 SmallVectorImpl<ValueType> &Objects) const {
/external/jsoncpp/include/json/
H A Dvalue.h37 enum ValueType { enum in namespace:Json
99 * The type of the held value is represented by a #ValueType and
212 Value(ValueType type = nullValue);
247 ValueType type() const;
289 bool isConvertibleTo(ValueType other) const;
443 void initBasic(ValueType type, bool allocated = false);
491 ValueType type_ : 8;
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp729 typedef std::pair<CodeGenInstAlias, int> ValueType; typedef in struct:__anon13741::AliasPriorityComparator
730 bool operator()(const ValueType &LHS, const ValueType &RHS) {
/external/v8/src/compiler/
H A Dnode-matchers.h52 typedef T ValueType; typedef in struct:v8::internal::compiler::ValueMatcher
291 typename BinopMatcher::RightMatcher::ValueType value =
299 typename BinopMatcher::RightMatcher::ValueType value =
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp2425 QualType ValueType = T->getValueType(); local
2432 Extra.mangleType(ValueType, Range, QMM_Escape);
/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp566 Type *ValueType; member in struct:__anon12529::PartwordMaskValues
576 /// incoming address, Addr, and ValueType, and constructs the address,
584 /// ValueType was loaded from Addr.
592 Type *ValueType, Value *Addr,
603 unsigned ValueSize = DL.getTypeStoreSize(ValueType);
607 Ret.ValueType = ValueType;
674 Builder.CreateLShr(Loaded, PMV.ShiftAmt), PMV.ValueType);
722 Builder.CreateLShr(OldResult, PMV.ShiftAmt), PMV.ValueType);
844 Builder.CreateLShr(OldVal, PMV.ShiftAmt), PMV.ValueType);
591 createMaskInstrs(IRBuilder< &Builder, Instruction *I, Type *ValueType, Value *Addr, unsigned WordSize) argument
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.cpp1772 RecTy *ValueType = ForeachListValue->getType(); local
1773 ListRecTy *ListType = dyn_cast<ListRecTy>(ValueType);
/external/protobuf/conformance/third_party/jsoncpp/
H A Djson.h463 enum ValueType { enum in namespace:Json
525 * The type of the held value is represented by a #ValueType and
652 Value(ValueType type = nullValue);
699 ValueType type() const;
745 bool isConvertibleTo(ValueType other) const;
948 void initBasic(ValueType type, bool allocated = false);
979 ValueType type_ : 8;
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h131 struct ValueType { struct in namespace:clang::threadSafety::til
155 inline static ValueType getValueType();
157 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS) function in namespace:clang::threadSafety::til
168 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) {
181 inline ValueType ValueType::getValueType<void>() {
182 return ValueType(BT_Void, ST_0, false, 0);
186 inline ValueType ValueType
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp200 enum ValueType enum in namespace:deqp::gles2::Functional
229 static inline bool isScalarType (ValueType type)
236 Value (ValueType valueType_, float rangeMin_, float rangeMax_)
243 ValueType valueType;
257 BuiltinFuncInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue_, Value input0_, Value input1_, Value input2_, float resultScale_, float resultBias_, deUint32 precisionMask_, ShaderEvalFunc evalFuncScalar_, ShaderEvalFunc evalFuncVec2_, ShaderEvalFunc evalFuncVec3_, ShaderEvalFunc evalFuncVec4_, OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
278 ValueType outValue;
293 static inline BuiltinFuncInfo BuiltinOperInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue_, Value input0_, Value input1_, Value input2_, float resultScale_, float resultBias_, deUint32 precisionMask_, ShaderEvalFunc evalFuncScalar_, ShaderEvalFunc evalFuncVec2_, ShaderEvalFunc evalFuncVec3_, ShaderEvalFunc evalFuncVec4_)
299 static inline BuiltinFuncInfo BuiltinPostOperInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue_, Value input0_, Value input1_, Value input2_, float resultScale_, float resultBias_, deUint32 precisionMask_, ShaderEvalFunc evalFuncScalar_, ShaderEvalFunc evalFuncVec2_, ShaderEvalFunc evalFuncVec3_, ShaderEvalFunc evalFuncVec4_)
304 static inline BuiltinFuncInfo BuiltinSideEffOperInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue_, Value input0_, Value input1_, Value input2_, float resultScale_, float resultBias_, deUint32 precisionMask_, ShaderEvalFunc evalFuncScalar_, ShaderEvalFunc evalFuncVec2_, ShaderEvalFunc evalFuncVec3_, ShaderEvalFunc evalFuncVec4_)
310 static inline BuiltinFuncInfo BuiltinPostSideEffOperInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h53 /// SDVTList - This represents a list of ValueType's that has been intern'd by
125 /// getValueType - Return the ValueType of the referenced return value.
1535 EVT ValueType; member in class:llvm::SDNode::VTSDNode
1539 ValueType(VT) {
1543 EVT getVT() const { return ValueType; }
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1310 default: llvm_unreachable("Unexpected ValueType for argument!");
1521 EVT ValueType) {
1524 if (ValueType == MVT::i64) {
1533 return DAG.getTargetConstant(Value, ValueType);
1543 EVT ValueType) {
1546 if (ValueType == MVT::i64) {
1555 return DAG.getTargetConstant(Value, ValueType);
1566 EVT ValueType) {
1569 if (ValueType == MVT::i64) {
1578 return DAG.getTargetConstant(Value, ValueType);
1520 get_vec_u18imm(SDNode *N, SelectionDAG &DAG, EVT ValueType) argument
1542 get_vec_i16imm(SDNode *N, SelectionDAG &DAG, EVT ValueType) argument
1565 get_vec_i10imm(SDNode *N, SelectionDAG &DAG, EVT ValueType) argument
1591 get_vec_i8imm(SDNode *N, SelectionDAG &DAG, EVT ValueType) argument
1610 get_ILHUvec_imm(SDNode *N, SelectionDAG &DAG, EVT ValueType) argument
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp291 QualType ValueType, bool DeducedFromArrayBound, TemplateDeductionInfo &Info,
296 DeducedTemplateArgument NewDeduced(S.Context, Value, ValueType,
289 DeduceNonTypeTemplateArgument( Sema &S, NonTypeTemplateParmDecl *NTTP, const llvm::APSInt &Value, QualType ValueType, bool DeducedFromArrayBound, TemplateDeductionInfo &Info, SmallVectorImpl<DeducedTemplateArgument> &Deduced) argument
H A DTreeTransform.h1056 QualType RebuildAtomicType(QualType ValueType, SourceLocation KWLoc);
1059 QualType RebuildPipeType(QualType ValueType, SourceLocation KWLoc);
5454 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); local
5455 if (ValueType.isNull())
5460 ValueType != TL.getValueLoc().getType()) {
5461 Result = getDerived().RebuildAtomicType(ValueType, TL.getKWLoc());
5477 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); local
5478 if (ValueType.isNull())
5482 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) {
5483 Result = getDerived().RebuildPipeType(ValueType, T
11682 RebuildAtomicType(QualType ValueType, SourceLocation KWLoc) argument
11688 RebuildPipeType(QualType ValueType, SourceLocation KWLoc) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp241 enum ValueType enum in namespace:vkt::sr::__anon3910
276 static inline bool isScalarType (ValueType type)
281 static inline bool isFloatType (ValueType type)
286 static inline bool isIntType (ValueType type)
291 static inline bool isUintType (ValueType type)
296 static inline bool isBoolType (ValueType type)
303 Value (ValueType valueType_, const float rangeMin_, const float rangeMax_)
310 ValueType valueType;
326 ValueType outValue_,
360 ValueType outValue
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp261 enum ValueType enum in namespace:deqp::gles3::Functional
296 static inline bool isScalarType (ValueType type)
301 static inline bool isFloatType (ValueType type)
306 static inline bool isIntType (ValueType type)
311 static inline bool isUintType (ValueType type)
316 static inline bool isBoolType (ValueType type)
417 Value (ValueType valueType_, const FloatScalar& rangeMin_, const FloatScalar& rangeMax_)
424 ValueType valueType;
438 BuiltinFuncInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue_,
464 BuiltinFuncInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h57 /// This represents a list of ValueType's that has been intern'd by
145 /// Return the ValueType of the referenced return value.
148 /// Return the simple ValueType of the referenced return value.
1761 EVT ValueType; member in class:VTSDNode
1765 ValueType(VT) {
1769 EVT getVT() const { return ValueType; }
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp106 llvm::Type *ValueType = Args[1]->getType(); local
111 return EmitFromInt(CGF, Result, T, ValueType);
166 llvm::Type *ValueType = Args[1]->getType(); local
176 Result = EmitFromInt(CGF, Result, T, ValueType);
204 llvm::Type *ValueType = Args[1]->getType(); local
218 ValueType);
3855 // ValueType is the type of the value that is to be written or read,
3860 llvm::Type *ValueType,
3882 bool MixedTypes = RegisterType->isIntegerTy(64) && ValueType->isIntegerTy(32);
3883 assert(!(RegisterType->isIntegerTy(32) && ValueType
3857 EmitSpecialRegisterBuiltin(CodeGenFunction &CGF, const CallExpr *E, llvm::Type *RegisterType, llvm::Type *ValueType, bool IsRead, StringRef SysReg = �) argument
4251 llvm::Type *ValueType; local
5007 llvm::Type *ValueType; local
[all...]
/external/clang/lib/Serialization/
H A DASTReader.cpp5664 QualType ValueType = readType(*Loc.F, Record, Idx); local
5665 return Context.getAtomicType(ValueType);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4508 Type *ValueType = Values.begin()->second->getType(); local
4515 assert(CaseRes->getType() == ValueType);
4528 assert(DefaultValue->getType() == ValueType);
4547 if (isa<IntegerType>(ValueType)) {
4583 if (WouldFitInRegister(DL, TableSize, ValueType)) {
4584 IntegerType *IT = cast<IntegerType>(ValueType);
4602 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize);
/external/clang/include/clang/AST/
H A DType.h5163 QualType ValueType; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
5170 ValueType(ValTy) {}
5176 QualType getValueType() const { return ValueType; }
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 842 milliseconds

12