OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDoubleTy
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ValueTypes.cpp
196
case MVT::f64: return Type::
getDoubleTy
(Context);
375
return FixedVectorType::get(Type::
getDoubleTy
(Context), 1);
377
return FixedVectorType::get(Type::
getDoubleTy
(Context), 2);
379
return FixedVectorType::get(Type::
getDoubleTy
(Context), 4);
381
return FixedVectorType::get(Type::
getDoubleTy
(Context), 8);
383
return FixedVectorType::get(Type::
getDoubleTy
(Context), 16);
385
return FixedVectorType::get(Type::
getDoubleTy
(Context), 32);
387
return FixedVectorType::get(Type::
getDoubleTy
(Context), 64);
389
return FixedVectorType::get(Type::
getDoubleTy
(Context), 128);
391
return FixedVectorType::get(Type::
getDoubleTy
(Context), 256)
[
all
...]
IntrinsicLowering.cpp
213
Type::
getDoubleTy
(CI->getContext()));
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp
98
DIType *
getDoubleTy
();
835
DIType *DebugInfo::
getDoubleTy
() {
857
DIType *DblTy = KSDbgInfo.
getDoubleTy
();
898
return TmpB.CreateAlloca(Type::
getDoubleTy
(*TheContext), nullptr, VarName);
914
return Builder->CreateLoad(Type::
getDoubleTy
(*TheContext), V, Name.c_str());
971
return Builder->CreateUIToFP(L, Type::
getDoubleTy
(*TheContext), "booltmp");
1054
PHINode *PN = Builder->CreatePHI(Type::
getDoubleTy
(*TheContext), 2, "iftmp");
1135
Value *CurVar = Builder->CreateLoad(Type::
getDoubleTy
(*TheContext), Alloca,
1161
return Constant::getNullValue(Type::
getDoubleTy
(*TheContext));
1216
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(*TheContext))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
415
static Type *
getDoubleTy
(LLVMContext &C);
439
return Type::
getDoubleTy
(C);
453
Ty = Type::
getDoubleTy
(C);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp
733
return TmpB.CreateAlloca(Type::
getDoubleTy
(*TheContext), nullptr, VarName);
747
return Builder->CreateLoad(Type::
getDoubleTy
(*TheContext), V, Name.c_str());
801
return Builder->CreateUIToFP(L, Type::
getDoubleTy
(*TheContext), "booltmp");
880
PHINode *PN = Builder->CreatePHI(Type::
getDoubleTy
(*TheContext), 2, "iftmp");
959
Value *CurVar = Builder->CreateLoad(Type::
getDoubleTy
(*TheContext), Alloca,
985
return Constant::getNullValue(Type::
getDoubleTy
(*TheContext));
1038
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(*TheContext));
1040
FunctionType::get(Type::
getDoubleTy
(*TheContext), Doubles, false);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp
733
return TmpB.CreateAlloca(Type::
getDoubleTy
(*TheContext), nullptr, VarName);
747
return Builder->CreateLoad(Type::
getDoubleTy
(*TheContext), V, Name.c_str());
801
return Builder->CreateUIToFP(L, Type::
getDoubleTy
(*TheContext), "booltmp");
880
PHINode *PN = Builder->CreatePHI(Type::
getDoubleTy
(*TheContext), 2, "iftmp");
959
Value *CurVar = Builder->CreateLoad(Type::
getDoubleTy
(*TheContext), Alloca,
985
return Constant::getNullValue(Type::
getDoubleTy
(*TheContext));
1038
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(*TheContext));
1040
FunctionType::get(Type::
getDoubleTy
(*TheContext), Doubles, false);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
toy.cpp
733
return TmpB.CreateAlloca(Type::
getDoubleTy
(*TheContext), nullptr, VarName);
747
return Builder->CreateLoad(Type::
getDoubleTy
(*TheContext), V, Name.c_str());
801
return Builder->CreateUIToFP(L, Type::
getDoubleTy
(*TheContext), "booltmp");
880
PHINode *PN = Builder->CreatePHI(Type::
getDoubleTy
(*TheContext), 2, "iftmp");
959
Value *CurVar = Builder->CreateLoad(Type::
getDoubleTy
(*TheContext), Alloca,
985
return Constant::getNullValue(Type::
getDoubleTy
(*TheContext));
1038
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(*TheContext));
1040
FunctionType::get(Type::
getDoubleTy
(*TheContext), Doubles, false);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp
716
return TmpB.CreateAlloca(Type::
getDoubleTy
(*TheContext), nullptr, VarName);
730
return Builder->CreateLoad(Type::
getDoubleTy
(*TheContext), V, Name.c_str());
784
return Builder->CreateUIToFP(L, Type::
getDoubleTy
(*TheContext), "booltmp");
863
PHINode *PN = Builder->CreatePHI(Type::
getDoubleTy
(*TheContext), 2, "iftmp");
942
Value *CurVar = Builder->CreateLoad(Type::
getDoubleTy
(*TheContext), Alloca,
968
return Constant::getNullValue(Type::
getDoubleTy
(*TheContext));
1021
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(*TheContext));
1023
FunctionType::get(Type::
getDoubleTy
(*TheContext), Doubles, false);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp
738
return TmpB.CreateAlloca(Type::
getDoubleTy
(*TheContext), nullptr, VarName);
752
return Builder->CreateLoad(Type::
getDoubleTy
(*TheContext), V, Name.c_str());
806
return Builder->CreateUIToFP(L, Type::
getDoubleTy
(*TheContext), "booltmp");
885
PHINode *PN = Builder->CreatePHI(Type::
getDoubleTy
(*TheContext), 2, "iftmp");
964
Value *CurVar = Builder->CreateLoad(Type::
getDoubleTy
(*TheContext), Alloca,
990
return Constant::getNullValue(Type::
getDoubleTy
(*TheContext));
1043
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(*TheContext));
1045
FunctionType::get(Type::
getDoubleTy
(*TheContext), Doubles, false);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp
440
return Builder->CreateUIToFP(L, Type::
getDoubleTy
(*TheContext), "booltmp");
468
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(*TheContext));
470
FunctionType::get(Type::
getDoubleTy
(*TheContext), Doubles, false);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp
469
return Builder->CreateUIToFP(L, Type::
getDoubleTy
(*TheContext), "booltmp");
497
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(*TheContext));
499
FunctionType::get(Type::
getDoubleTy
(*TheContext), Doubles, false);
/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/examples/Kaleidoscope/Chapter5/
toy.cpp
596
return Builder->CreateUIToFP(L, Type::
getDoubleTy
(*TheContext), "booltmp");
667
PHINode *PN = Builder->CreatePHI(Type::
getDoubleTy
(*TheContext), 2, "iftmp");
709
Builder->CreatePHI(Type::
getDoubleTy
(*TheContext), 2, VarName);
766
return Constant::getNullValue(Type::
getDoubleTy
(*TheContext));
771
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(*TheContext));
773
FunctionType::get(Type::
getDoubleTy
(*TheContext), Doubles, false);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp
700
return Builder->CreateUIToFP(L, Type::
getDoubleTy
(*TheContext), "booltmp");
779
PHINode *PN = Builder->CreatePHI(Type::
getDoubleTy
(*TheContext), 2, "iftmp");
821
Builder->CreatePHI(Type::
getDoubleTy
(*TheContext), 2, VarName);
878
return Constant::getNullValue(Type::
getDoubleTy
(*TheContext));
883
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(*TheContext));
885
FunctionType::get(Type::
getDoubleTy
(*TheContext), Doubles, false);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp
739
return TmpB.CreateAlloca(Type::
getDoubleTy
(*TheContext), nullptr, VarName);
807
return Builder->CreateUIToFP(L, Type::
getDoubleTy
(*TheContext), "booltmp");
886
PHINode *PN = Builder->CreatePHI(Type::
getDoubleTy
(*TheContext), 2, "iftmp");
991
return Constant::getNullValue(Type::
getDoubleTy
(*TheContext));
1044
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(*TheContext));
1046
FunctionType::get(Type::
getDoubleTy
(*TheContext), Doubles, false);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp
638
return TmpB.CreateAlloca(Type::
getDoubleTy
(TheContext), 0, VarName.c_str());
702
return Builder.CreateUIToFP(L, Type::
getDoubleTy
(TheContext), "booltmp");
779
PHINode *PN = Builder.CreatePHI(Type::
getDoubleTy
(TheContext), 2, "iftmp");
882
return Constant::getNullValue(Type::
getDoubleTy
(TheContext));
933
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(TheContext));
935
FunctionType::get(Type::
getDoubleTy
(TheContext), Doubles, false);
toy.cpp
1009
return TmpB.CreateAlloca(Type::
getDoubleTy
(TheContext), 0, VarName.c_str());
1069
return Builder.CreateUIToFP(L, Type::
getDoubleTy
(TheContext), "booltmp");
1143
PHINode *PN = Builder.CreatePHI(Type::
getDoubleTy
(TheContext), 2, "iftmp");
1246
return Constant::getNullValue(Type::
getDoubleTy
(TheContext));
1297
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(TheContext));
1299
FunctionType::get(Type::
getDoubleTy
(TheContext), Doubles, false);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp
867
return TmpB.CreateAlloca(Type::
getDoubleTy
(TheContext), 0, VarName.c_str());
927
return Builder.CreateUIToFP(L, Type::
getDoubleTy
(TheContext), "booltmp");
1001
PHINode *PN = Builder.CreatePHI(Type::
getDoubleTy
(TheContext), 2, "iftmp");
1104
return Constant::getNullValue(Type::
getDoubleTy
(TheContext));
1155
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(TheContext));
1157
FunctionType::get(Type::
getDoubleTy
(TheContext), Doubles, false);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp
623
return TmpB.CreateAlloca(Type::
getDoubleTy
(TheContext), 0, VarName.c_str());
684
return Builder.CreateUIToFP(L, Type::
getDoubleTy
(TheContext), "booltmp");
761
PHINode *PN = Builder.CreatePHI(Type::
getDoubleTy
(TheContext), 2, "iftmp");
864
return Constant::getNullValue(Type::
getDoubleTy
(TheContext));
915
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(TheContext));
917
FunctionType::get(Type::
getDoubleTy
(TheContext), Doubles, false);
toy.cpp
907
return TmpB.CreateAlloca(Type::
getDoubleTy
(TheContext), 0, VarName.c_str());
967
return Builder.CreateUIToFP(L, Type::
getDoubleTy
(TheContext), "booltmp");
1041
PHINode *PN = Builder.CreatePHI(Type::
getDoubleTy
(TheContext), 2, "iftmp");
1144
return Constant::getNullValue(Type::
getDoubleTy
(TheContext));
1195
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(TheContext));
1197
FunctionType::get(Type::
getDoubleTy
(TheContext), Doubles, false);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp
1081
return TmpB.CreateAlloca(Type::
getDoubleTy
(TheContext), 0, VarName.c_str());
1143
return Builder.CreateUIToFP(L, Type::
getDoubleTy
(TheContext), "booltmp");
1221
PHINode *PN = Builder.CreatePHI(Type::
getDoubleTy
(TheContext), 2, "iftmp");
1324
return Constant::getNullValue(Type::
getDoubleTy
(TheContext));
1375
std::vector<Type *> Doubles(Args.size(), Type::
getDoubleTy
(TheContext));
1377
FunctionType::get(Type::
getDoubleTy
(TheContext), Doubles, false);
/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/
ProfileSummary.cpp
37
Type *DoubleTy = Type::
getDoubleTy
(Context);
Type.cpp
45
case DoubleTyID : return
getDoubleTy
(C);
185
Type *Type::
getDoubleTy
(LLVMContext &C) { return &C.pImpl->DoubleTy; }
218
return
getDoubleTy
(C)->getPointerTo(AS);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp
417
auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::
getDoubleTy
(Ctx);
Completed in 89 milliseconds
1
2
Indexes created Sat Jun 13 00:24:39 UTC 2026