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

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 80 /// ConvertType in that it is used to convert to the memory representation for
84 llvm::Type *R = ConvertType(T);
249 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32))
378 /// ConvertType - Convert the specified type to its LLVM form.
379 llvm::Type *CodeGenTypes::ConvertType(QualType T) {
492 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType());
556 ResultType = llvm::VectorType::get(ConvertType(VT->getElementType()),
565 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType());
592 return ConvertType(ED->getIntegerType());
CGExprConstant.cpp 541 // Pick the type to use. If the type is layout identical to the ConvertType
546 llvm::Type *ValTy = CGM.getTypes().ConvertType(Ty);
651 llvm::Type *destType = ConvertType(E->getType());
782 cast<llvm::ArrayType>(ConvertType(ILE->getType()));
859 llvm::ArrayType *AType = cast<llvm::ArrayType>(ConvertType(ExprType));
    [all...]
CodeGenFunction.cpp 166 llvm::Type *CodeGenFunction::ConvertType(QualType T) {
167 return CGM.getTypes().ConvertType(T);
613 CGM.getTypes().ConvertType(A->getTypeHint()))),
    [all...]
CGExprScalar.cpp 83 llvm::Type *ConvertType(QualType T) { return CGF.ConvertType(T); }
232 return llvm::ConstantInt::get(ConvertType(E->getType()), E->getValue());
235 return llvm::ConstantInt::get(ConvertType(E->getType()), E->getValue());
238 return llvm::ConstantInt::get(ConvertType(E->getType()), E->getValue());
250 return Builder.CreateBitCast(V, ConvertType(E->getType()));
254 return llvm::ConstantInt::get(ConvertType(E->getType()),E->getPackLength());
415 return llvm::ConstantInt::get(ConvertType(E->getType()), E->getValue());
756 llvm::Type *DstTy = ConvertType(DstType);
    [all...]
CodeGenFunction.h     [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
literal_test_util.cc 109 std::unique_ptr<Literal> ConvertType(const Literal& literal) {
149 return ConvertType<bfloat16, float>(literal);
154 return ConvertType<float, bfloat16>(literal);
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]

Completed in 291 milliseconds