HomeSort by relevance Sort by last modified time
    Searched refs:getInt16Ty (Results 1 - 22 of 22) sorted by null

  /external/llvm/lib/IR/
ValueTypes.cpp 188 case MVT::i16: return Type::getInt16Ty(Context);
212 case MVT::v1i16: return VectorType::get(Type::getInt16Ty(Context), 1);
213 case MVT::v2i16: return VectorType::get(Type::getInt16Ty(Context), 2);
214 case MVT::v4i16: return VectorType::get(Type::getInt16Ty(Context), 4);
215 case MVT::v8i16: return VectorType::get(Type::getInt16Ty(Context), 8);
216 case MVT::v16i16: return VectorType::get(Type::getInt16Ty(Context), 16);
217 case MVT::v32i16: return VectorType::get(Type::getInt16Ty(Context), 32);
Type.cpp 234 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; }
283 return getInt16Ty(C)->getPointerTo(AS);
307 case 16: return cast<IntegerType>(Type::getInt16Ty(C));
Constants.cpp     [all...]
Core.cpp 303 return (LLVMTypeRef) Type::getInt16Ty(*unwrap(C));
    [all...]
  /art/compiler/llvm/
intrinsic_helper.cc 65 return irb.getInt16Ty();
ir_builder.h 328 return getInt16Ty();
332 return getInt16Ty();
gbc_expander.cc     [all...]
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 37 EXPECT_EQ(Type::getInt16Ty(getGlobalContext()), (TypeBuilder<int16_t, false>::get(getGlobalContext())));
38 EXPECT_EQ(Type::getInt16Ty(getGlobalContext()), (TypeBuilder<uint16_t, false>::get(getGlobalContext())));
ConstantsTest.cpp 169 Type *Int16Ty = Type::getInt16Ty(getGlobalContext());
InstructionsTest.cpp 175 Type *Int16Ty = Type::getInt16Ty(C);
409 Type* Int16Ty = Type::getInt16Ty(C);
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 306 default: RetTy = Type::getInt16Ty(header->getContext()); break;
515 SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)),
550 brVal = ConstantInt::get(Type::getInt16Ty(Context), SuccNum);
557 TheSwitch->addCase(ConstantInt::get(Type::getInt16Ty(Context),
  /external/llvm/include/llvm/IR/
Type.h 392 static IntegerType *getInt16Ty(LLVMContext &C);
IRBuilder.h 272 return ConstantInt::get(getInt16Ty(), C);
311 IntegerType *getInt16Ty() {
312 return Type::getInt16Ty(Context);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 275 return llvm::Type::getInt16Ty(VMContext);
CGObjCGNU.cpp     [all...]
TargetInfo.cpp     [all...]
CodeGenModule.cpp 97 Int16Ty = llvm::Type::getInt16Ty(LLVMContext);
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 254 case 2: t = Type::getInt16Ty(Context); break;
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 309 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), TD);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 565 milliseconds