Home
last modified time | relevance | path

Searched refs:getSimpleType (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp116 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anon27ace5050111::WebAssemblyFastISel
558 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
567 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
665 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
738 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
828 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
907 switch (getSimpleType(Select->getType())) { in selectSelect()
968 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
985 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1171 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp118 MVT::SimpleValueType getSimpleType(Type *Ty) { in WebAssemblyExplicitLocals()
556 MVT::SimpleValueType From = getSimpleType(V->getType());
565 MVT::SimpleValueType From = getSimpleType(V->getType());
663 switch (getSimpleType(ArgTy)) {
740 getLegalType(getSimpleType(F->getReturnType()));
827 MVT::SimpleValueType ArgTy = getSimpleType(V->getType());
930 switch (getSimpleType(Select->getType())) {
995 MVT::SimpleValueType From = getSimpleType(Op->getType());
1012 MVT::SimpleValueType From = getSimpleType(Op->getType());
1200 switch (getSimpleType(Load->getType())) {
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp117 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anonc095983a0111::WebAssemblyFastISel
557 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
566 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
664 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
737 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
821 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
900 switch (getSimpleType(Select->getType())) { in selectSelect()
961 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
978 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1164 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp117 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anon417529120111::WebAssemblyFastISel
557 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
566 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
661 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
734 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
835 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
908 switch (getSimpleType(Select->getType())) { in selectSelect()
969 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
986 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1171 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp118 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anonb7f191480111::WebAssemblyFastISel
556 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
565 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
663 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
740 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
827 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
930 switch (getSimpleType(Select->getType())) { in selectSelect()
995 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
1012 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1200 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp118 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anon69b9bca40111::WebAssemblyFastISel
559 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
568 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
666 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
743 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
830 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
918 switch (getSimpleType(Select->getType())) { in selectSelect()
983 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
1000 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1186 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp116 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anon2377efd40111::WebAssemblyFastISel
556 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
565 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
663 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
736 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
820 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
899 switch (getSimpleType(Select->getType())) { in selectSelect()
960 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
977 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1163 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp118 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anond1554ba70111::WebAssemblyFastISel
556 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
565 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
663 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
740 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
827 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
930 switch (getSimpleType(Select->getType())) { in selectSelect()
995 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
1012 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1200 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp117 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anon53447cdd0111::WebAssemblyFastISel
557 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
566 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
661 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
734 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
835 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
908 switch (getSimpleType(Select->getType())) { in selectSelect()
969 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
986 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1171 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp118 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anon56b18ae50111::WebAssemblyFastISel
556 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
565 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
663 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
740 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
827 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
930 switch (getSimpleType(Select->getType())) { in selectSelect()
995 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
1012 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1200 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp118 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anon0a7cc83a0111::WebAssemblyFastISel
556 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
565 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
663 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
740 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
827 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
930 switch (getSimpleType(Select->getType())) { in selectSelect()
995 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
1012 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1200 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp118 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anon36f087380111::WebAssemblyFastISel
559 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
568 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
666 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
743 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
830 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
918 switch (getSimpleType(Select->getType())) { in selectSelect()
983 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
1000 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1186 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp117 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anond39a21550111::WebAssemblyFastISel
557 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
566 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
661 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
734 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
835 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
908 switch (getSimpleType(Select->getType())) { in selectSelect()
969 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
986 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1171 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp117 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anon597d87520111::WebAssemblyFastISel
557 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
566 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
661 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
734 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
835 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
908 switch (getSimpleType(Select->getType())) { in selectSelect()
969 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
986 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1171 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp118 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anon777ac0900111::WebAssemblyFastISel
550 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
559 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
650 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
723 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
823 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
893 switch (getSimpleType(Select->getType())) { in selectSelect()
954 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
971 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1156 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp115 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anon9577f9ce0111::WebAssemblyFastISel
546 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
555 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
649 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
803 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
873 switch (getSimpleType(Select->getType())) { in selectSelect()
934 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
951 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1135 switch (getSimpleType(Load->getType())) { in selectLoad()
1191 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp118 MVT::SimpleValueType getSimpleType(Type *Ty) { in getSimpleType() function in __anon3d45fda60111::WebAssemblyFastISel
556 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
565 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
663 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
740 getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
827 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
930 switch (getSimpleType(Select->getType())) { in selectSelect()
995 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
1012 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
1200 switch (getSimpleType(Load->getType())) { in selectLoad()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Filesystem/
H A DMimeTypeService.php60 public function getSimpleType(string $mimetype, string $default = 'general'): string { function in Elgg\\Filesystem\\MimeTypeService
100 return $this->getSimpleType($mimetype, $default);
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/framework/psvi/
H A DXSComplexTypeDefinition.hpp153 XSSimpleTypeDefinition *getSimpleType() const;
271 inline XSSimpleTypeDefinition* XSComplexTypeDefinition::getSimpleType() const in getSimpleType() function in XSComplexTypeDefinition
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/framework/psvi/
H A DXSComplexTypeDefinition.hpp153 XSSimpleTypeDefinition *getSimpleType() const;
271 inline XSSimpleTypeDefinition* XSComplexTypeDefinition::getSimpleType() const in getSimpleType() function in XSComplexTypeDefinition
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/Filesystem/
H A DMimeTypeServiceUnitTest.php81 $this->assertEquals($expected, $this->service->getSimpleType($mimetype));
103 $simpletype = $this->service->getSimpleType('image/jpeg');
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dgrsd.hpp46 pcl::GRSDEstimation<PointInT, PointNT, PointOutT>::getSimpleType (float min_radius, float max_radiu… in getSimpleType() function in pcl::GRSDEstimation
99 … return GRSDEstimation<PointInT, PointNT, PointOutT>::getSimpleType(point.r_min, point.r_max); }); in computeFeature()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp285 MVT VT = N->getSimpleType(0); in EmitLeafMatchCode()
297 MVT VT = N->getSimpleType(0); in EmitLeafMatchCode()
554 AddMatcher(new CheckTypeMatcher(N->getSimpleType(ResultsToTypeCheck[i]), in EmitMatchCode()
676 AddMatcher(new EmitIntegerMatcher(II->getValue(), N->getSimpleType(0))); in EmitResultLeafAsOperand()
687 AddMatcher(new EmitRegisterMatcher(Reg, N->getSimpleType(0))); in EmitResultLeafAsOperand()
693 AddMatcher(new EmitRegisterMatcher(nullptr, N->getSimpleType(0))); in EmitResultLeafAsOperand()
699 std::array<MVT::SimpleValueType, 1> ResultVTs = {{ N->getSimpleType(0) }}; in EmitResultLeafAsOperand()
913 ResultVTs.push_back(N->getSimpleType(i)); in EmitResultInstructionAsOperand()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp285 MVT VT = N->getSimpleType(0); in EmitLeafMatchCode()
297 MVT VT = N->getSimpleType(0); in EmitLeafMatchCode()
554 AddMatcher(new CheckTypeMatcher(N->getSimpleType(ResultsToTypeCheck[i]), in EmitMatchCode()
676 AddMatcher(new EmitIntegerMatcher(II->getValue(), N->getSimpleType(0))); in EmitResultLeafAsOperand()
687 AddMatcher(new EmitRegisterMatcher(Reg, N->getSimpleType(0))); in EmitResultLeafAsOperand()
693 AddMatcher(new EmitRegisterMatcher(nullptr, N->getSimpleType(0))); in EmitResultLeafAsOperand()
699 std::array<MVT::SimpleValueType, 1> ResultVTs = {{ N->getSimpleType(0) }}; in EmitResultLeafAsOperand()
913 ResultVTs.push_back(N->getSimpleType(i)); in EmitResultInstructionAsOperand()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp285 MVT VT = N->getSimpleType(0); in EmitLeafMatchCode()
297 MVT VT = N->getSimpleType(0); in EmitLeafMatchCode()
554 AddMatcher(new CheckTypeMatcher(N->getSimpleType(ResultsToTypeCheck[i]), in EmitMatchCode()
676 AddMatcher(new EmitIntegerMatcher(II->getValue(), N->getSimpleType(0))); in EmitResultLeafAsOperand()
687 AddMatcher(new EmitRegisterMatcher(Reg, N->getSimpleType(0))); in EmitResultLeafAsOperand()
693 AddMatcher(new EmitRegisterMatcher(nullptr, N->getSimpleType(0))); in EmitResultLeafAsOperand()
699 std::array<MVT::SimpleValueType, 1> ResultVTs = {{ N->getSimpleType(0) }}; in EmitResultLeafAsOperand()
913 ResultVTs.push_back(N->getSimpleType(i)); in EmitResultInstructionAsOperand()

1234567