HomeSort by: relevance | last modified time | path
    Searched refs:getFloatTy (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ValueTypes.cpp 195 case MVT::f32: return Type::getFloatTy(Context);
347 return FixedVectorType::get(Type::getFloatTy(Context), 1);
349 return FixedVectorType::get(Type::getFloatTy(Context), 2);
351 return FixedVectorType::get(Type::getFloatTy(Context), 3);
353 return FixedVectorType::get(Type::getFloatTy(Context), 4);
355 return FixedVectorType::get(Type::getFloatTy(Context), 5);
357 return FixedVectorType::get(Type::getFloatTy(Context), 8);
359 return FixedVectorType::get(Type::getFloatTy(Context), 16);
361 return FixedVectorType::get(Type::getFloatTy(Context), 32);
363 return FixedVectorType::get(Type::getFloatTy(Context), 64)
    [all...]
IntrinsicLowering.cpp 209 Type::getFloatTy(CI->getContext()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 414 static Type *getFloatTy(LLVMContext &C);
437 return Type::getFloatTy(C);
451 Ty = Type::getFloatTy(C);
DerivedTypes.h 465 EltTy = Type::getFloatTy(VTy->getContext());
IRBuilder.h 546 Type *getFloatTy() {
547 return Type::getFloatTy(Context);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
llvm-isel-fuzzer.cpp 58 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy};
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUUnifyDivergentExitNodes.cpp 166 Value *Undef = UndefValue::get(B.getFloatTy());
167 B.CreateIntrinsic(Intrinsic::amdgcn_exp, { B.getFloatTy() },
AMDGPUCodeGenPrepare.cpp 876 Type *F32Ty = Builder.getFloatTy();
906 Builder.getFloatTy());
1032 Type *F32Ty = Builder.getFloatTy();
AMDGPULibFunc.cpp 883 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
llvm-opt-fuzzer.cpp 46 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy};
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp 44 case FloatTyID : return getFloatTy(C);
184 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; }
214 return getFloatTy(C)->getPointerTo(AS);
MDBuilder.cpp 33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy));
AutoUpgrade.cpp 47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4))
3645 {Builder.getFloatTy()}),
3811 if (Arg0->getType() != FixedVectorType::get(Type::getFloatTy(C), 4))
Function.cpp 1195 case IITDescriptor::Float: return Type::getFloatTy(Context);
Constants.cpp 3091 auto *Ty = FixedVectorType::get(Type::getFloatTy(Context), Elts.size());
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LowerAMXIntrinsics.cpp 434 FixedVectorType *V2F32Ty = FixedVectorType::get(B.getFloatTy(), 2);
436 Value *EltCF32 = B.CreateBitCast(EltC, B.getFloatTy());
X86TargetTransformInfo.cpp 3750 FixedVectorType::get(Type::getFloatTy(ValVTy->getContext()), 4);
4056 ShufTy = FixedVectorType::get(Type::getFloatTy(ValTy->getContext()), 4);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 417 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp 313 return llvm::Type::getFloatTy(VMContext);
TargetInfo.cpp 3410 return llvm::Type::getFloatTy(getVMContext());
3417 return llvm::FixedVectorType::get(llvm::Type::getFloatTy(getVMContext()),
5603 llvm::Type::getFloatTy(getVMContext()), 4);
7605 PassTy = llvm::Type::getFloatTy(getVMContext());
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp 840 TYPEKEYWORD("float", Type::getFloatTy(Context));
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 116 Type::getFloatTy(MF.getFunction().getContext())));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp 315 Type::getFloatTy(Context),
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1858 } else if (Ty == Type::getFloatTy(CPV->getContext())) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 78 return Type::getFloatTy(Ctx);
743 FromSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx));
757 ToSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx),

Completed in 92 milliseconds

1 2