HomeSort by relevance Sort by last modified time
    Searched defs:VecType (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ScalarizeMaskedMemIntrin.cpp 122 VectorType *VecType = dyn_cast<VectorType>(CI->getType());
123 assert(VecType && "Unexpected return type of masked load intrinsic");
148 AlignVal = std::min(AlignVal, VecType->getScalarSizeInBits() / 8);
153 unsigned VectorWidth = VecType->getNumElements();
155 Value *UndefVal = UndefValue::get(VecType);
188 Phi = Builder.CreatePHI(VecType, 2, "res.phi.else");
225 Phi = Builder.CreatePHI(VecType, 2, "res.phi.select");
268 VectorType *VecType = dyn_cast<VectorType>(Src->getType());
269 assert(VecType && "Unexpected data type in masked store intrinsic");
271 Type *EltTy = VecType->getElementType()
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 114 enum VecType {
NVPTXISelDAGToDAG.cpp 705 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar;
709 vecType = NVPTX::PTXLdStInstCode::V2;
711 vecType = NVPTX::PTXLdStInstCode::V4;
765 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
793 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
846 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
898 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
966 unsigned VecType;
970 VecType = NVPTX::PTXLdStInstCode::V2;
973 VecType = NVPTX::PTXLdStInstCode::V4
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTX.h 112 enum VecType {
  /external/libaom/libaom/test/
noise_model_test.cc 341 typedef std::vector<typename T::data_type_t> VecType;
342 VecType data_;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.h 278 inline TType *VecType(TType *type, int size)
400 insertBuiltIn(level, op, ext, VecType(rvalue, 2), name, VecType(ptype1, 2), VecType(ptype2, 2), VecType(ptype3, 2));
401 insertBuiltIn(level, op, ext, VecType(rvalue, 3), name, VecType(ptype1, 3), VecType(ptype2, 3), VecType(ptype3, 3));
402 insertBuiltIn(level, op, ext, VecType(rvalue, 4), name, VecType(ptype1, 4), VecType(ptype2, 4), VecType(ptype3, 4))
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 672 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext());
674 TLI.getTargetData()->getPrefTypeAlignment(VecType);
    [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 256 milliseconds