HomeSort by relevance Sort by last modified time
    Searched refs:ValType (Results 1 - 25 of 32) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyRuntimeLibcallSignatures.h 28 SmallVectorImpl<wasm::ValType> &Rets,
29 SmallVectorImpl<wasm::ValType> &Params);
32 const char *Name, SmallVectorImpl<wasm::ValType> &Rets,
33 SmallVectorImpl<wasm::ValType> &Params);
WebAssemblyRuntimeLibcallSignatures.cpp 492 RTLIB::Libcall LC, SmallVectorImpl<wasm::ValType> &Rets,
493 SmallVectorImpl<wasm::ValType> &Params) {
497 wasm::ValType iPTR =
498 Subtarget.hasAddr64() ? wasm::ValType::I64 : wasm::ValType::I32;
505 Rets.push_back(wasm::ValType::F32);
506 Params.push_back(wasm::ValType::F32);
509 Rets.push_back(wasm::ValType::F32);
510 Params.push_back(wasm::ValType::F64);
513 Rets.push_back(wasm::ValType::F32)
    [all...]
WebAssemblyMCInstLower.cpp 43 SmallVector<wasm::ValType, 4> Returns;
44 SmallVector<wasm::ValType, 4> Params;
46 wasm::ValType iPTR =
48 wasm::ValType::I64 :
49 wasm::ValType::I32;
98 SmallVector<wasm::ValType, 4> Returns;
99 SmallVector<wasm::ValType, 4> Params;
129 static wasm::ValType getType(const TargetRegisterClass *RC) {
131 return wasm::ValType::I32;
133 return wasm::ValType::I64
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSymbolWasm.h 23 SmallVector<wasm::ValType, 1> Returns;
24 SmallVector<wasm::ValType, 4> Params;
64 const SmallVector<wasm::ValType, 1> &getReturns() const {
69 void setReturns(SmallVectorImpl<wasm::ValType> &&Rets) {
74 const SmallVector<wasm::ValType, 4> &getParams() const {
79 void setParams(SmallVectorImpl<wasm::ValType> &&Pars) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCTargetDesc.cpp 126 wasm::ValType WebAssembly::toValType(const MVT &Ty) {
128 case MVT::i32: return wasm::ValType::I32;
129 case MVT::i64: return wasm::ValType::I64;
130 case MVT::f32: return wasm::ValType::F32;
131 case MVT::f64: return wasm::ValType::F64;
132 case MVT::ExceptRef: return wasm::ValType::EXCEPT_REF;
WebAssemblyTargetStreamer.cpp 31 void WebAssemblyTargetStreamer::emitValueType(wasm::ValType Type) {
116 SmallVector<wasm::ValType, 4> Params;
125 SmallVector<wasm::ValType, 4> Returns;
165 SmallVector<wasm::ValType, 4> ValParams;
169 SmallVector<wasm::ValType, 1> ValResults;
WebAssemblyTargetStreamer.h 54 void emitValueType(wasm::ValType Type);
WebAssemblyMCTargetDesc.h 304 wasm::ValType toValType(const MVT &Ty);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 27 template<class ValType>
393 template<class ConstantClass, class TypeClass, class ValType>
395 static ConstantClass *create(TypeClass *Ty, const ValType &V) {
396 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V);
402 typedef void ValType;
403 static ValType getValType(ConstantClass *C) {
456 typedef ExprMapKeyType ValType;
457 static ValType getValType(ConstantExpr *CE) {
471 template<class ValType>
472 struct ConstantCreator<ConstantAggregateZero, Type, ValType> {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PassNameParser.h 90 typedef PassNameParser::OptionInfo ValType;
91 return std::strcmp(static_cast<const ValType *>(VT1)->Name,
92 static_cast<const ValType *>(VT2)->Name);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.h 54 const char *TypeToString(wasm::ValType Type);
WebAssemblyInstPrinter.cpp 247 const char *llvm::WebAssembly::TypeToString(wasm::ValType Type) {
249 case wasm::ValType::I32:
251 case wasm::ValType::I64:
253 case wasm::ValType::F32:
255 case wasm::ValType::F64:
257 case wasm::ValType::EXCEPT_REF:
  /external/llvm/lib/IR/
ConstantsContext.h 340 typedef ConstantExprKeyType ValType;
344 typedef InlineAsmKeyType ValType;
348 typedef ConstantAggrKeyType<ConstantArray> ValType;
352 typedef ConstantAggrKeyType<ConstantStruct> ValType;
356 typedef ConstantAggrKeyType<ConstantVector> ValType;
543 typedef typename ConstantInfo<ConstantClass>::ValType ValType;
545 typedef std::pair<TypeClass *, ValType> LookupKey;
561 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
599 ConstantClass *create(TypeClass *Ty, ValType V, LookupKeyHashed &HashKey)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantsContext.h 353 using ValType = ConstantExprKeyType;
357 using ValType = InlineAsmKeyType;
361 using ValType = ConstantAggrKeyType<ConstantArray>;
365 using ValType = ConstantAggrKeyType<ConstantStruct>;
369 using ValType = ConstantAggrKeyType<ConstantVector>;
569 using ValType = typename ConstantInfo<ConstantClass>::ValType;
571 using LookupKey = std::pair<TypeClass *, ValType>;
590 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
634 ConstantClass *create(TypeClass *Ty, ValType V, LookupKeyHashed &HashKey)
    [all...]
  /external/tensorflow/tensorflow/core/lib/gtl/
int_type.h 216 template <typename ValType>
217 constexpr ValType value() const {
218 return static_cast<ValType>(value_);
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIndexList.h 176 typedef typename IndexTupleExtractor<N-1, O...>::ValType ValType;
178 EIGEN_DEVICE_FUNC static constexpr ValType& get_val(IndexTuple<T, O...>& val) {
182 EIGEN_DEVICE_FUNC static constexpr const ValType& get_val(const IndexTuple<T, O...>& val) {
195 typedef T ValType;
197 EIGEN_DEVICE_FUNC static constexpr ValType& get_val(IndexTuple<T, O...>& val) {
200 EIGEN_DEVICE_FUNC static constexpr const ValType& get_val(const IndexTuple<T, O...>& val) {
212 EIGEN_DEVICE_FUNC constexpr typename IndexTupleExtractor<N, T, O...>::ValType& array_get(IndexTuple<T, O...>& tuple) {
216 EIGEN_DEVICE_FUNC constexpr const typename IndexTupleExtractor<N, T, O...>::ValType& array_get(const IndexTuple<T, O...>& tuple) {
249 return ((i == Idx) & is_compile_time_constant<typename IndexTupleExtractor<Idx, T...>::ValType>::value) |
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InlineAsm.h 28 template<class ValType, class ValRefType, class TypeClass, class ConstantClass,
31 template<class ConstantClass, class TypeClass, class ValType>
Constants.h 38 template<class ConstantClass, class TypeClass, class ValType>
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/vixl/test/
test-invalset.cc 37 typedef ptrdiff_t ValType;
43 Obj(KeyType key, ValType val) : key_(key), val_(val) {}
45 ValType val_;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
529 ValueType valueType() const { return ValType; }
547 const ValueType ValType;
573 switch (ValType.Base) {
579 switch (ValType.Size) {
581 if (ValType.Signed)
586 if (ValType.Signed
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
WasmObjectWriter.cpp 66 SmallVector<wasm::ValType, 1> Returns;
69 SmallVector<wasm::ValType, 4> Params;
93 for (wasm::ValType Ret : FuncTy.Returns)
95 for (wasm::ValType Param : FuncTy.Params)
294 void writeValueType(wasm::ValType Ty) {
712 for (wasm::ValType Ty : FuncTy.Params)
715 for (wasm::ValType Ty : FuncTy.Returns)
787 writeValueType(static_cast<wasm::ValType>(Global.Type.Type));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
Wasm.h 223 enum class ValType {
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 124 enum ValType {
133 PointerIntPair<Value *, 2, ValType> Val;
    [all...]

Completed in 2505 milliseconds

1 2