Home
last modified time | relevance | path

Searched refs:ITy (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp174 if (const IntegerType *ITy = in getKindForGlobal() local
176 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 || in getKindForGlobal()
177 ITy->getBitWidth() == 32) && in getKindForGlobal()
179 if (ITy->getBitWidth() == 8) in getKindForGlobal()
181 if (ITy->getBitWidth() == 16) in getKindForGlobal()
184 assert(ITy->getBitWidth() == 32 && "Unknown width"); in getKindForGlobal()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp193 if (IntegerType *ITy = in getKindForGlobal() local
195 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 || in getKindForGlobal()
196 ITy->getBitWidth() == 32) && in getKindForGlobal()
198 if (ITy->getBitWidth() == 8) in getKindForGlobal()
200 if (ITy->getBitWidth() == 16) in getKindForGlobal()
203 assert(ITy->getBitWidth() == 32 && "Unknown width"); in getKindForGlobal()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/
H A DTargetLoweringObjectFile.cpp193 if (IntegerType *ITy = in getKindForGlobal() local
195 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 || in getKindForGlobal()
196 ITy->getBitWidth() == 32) && in getKindForGlobal()
198 if (ITy->getBitWidth() == 8) in getKindForGlobal()
200 if (ITy->getBitWidth() == 16) in getKindForGlobal()
203 assert(ITy->getBitWidth() == 32 && "Unknown width"); in getKindForGlobal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp193 if (IntegerType *ITy = in getKindForGlobal() local
195 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 || in getKindForGlobal()
196 ITy->getBitWidth() == 32) && in getKindForGlobal()
198 if (ITy->getBitWidth() == 8) in getKindForGlobal()
200 if (ITy->getBitWidth() == 16) in getKindForGlobal()
203 assert(ITy->getBitWidth() == 32 && "Unknown width"); in getKindForGlobal()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/
H A DTargetLoweringObjectFile.cpp193 if (IntegerType *ITy = in getKindForGlobal() local
195 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 || in getKindForGlobal()
196 ITy->getBitWidth() == 32) && in getKindForGlobal()
198 if (ITy->getBitWidth() == 8) in getKindForGlobal()
200 if (ITy->getBitWidth() == 16) in getKindForGlobal()
203 assert(ITy->getBitWidth() == 32 && "Unknown width"); in getKindForGlobal()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/
H A DTargetLoweringObjectFile.cpp193 if (IntegerType *ITy = in getKindForGlobal() local
195 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 || in getKindForGlobal()
196 ITy->getBitWidth() == 32) && in getKindForGlobal()
198 if (ITy->getBitWidth() == 8) in getKindForGlobal()
200 if (ITy->getBitWidth() == 16) in getKindForGlobal()
203 assert(ITy->getBitWidth() == 32 && "Unknown width"); in getKindForGlobal()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/
H A DTargetLoweringObjectFile.cpp190 if (IntegerType *ITy = in getKindForGlobal() local
192 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 || in getKindForGlobal()
193 ITy->getBitWidth() == 32) && in getKindForGlobal()
195 if (ITy->getBitWidth() == 8) in getKindForGlobal()
197 if (ITy->getBitWidth() == 16) in getKindForGlobal()
200 assert(ITy->getBitWidth() == 32 && "Unknown width"); in getKindForGlobal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
174 auto *ITy = in runOnFunction() local
176 if (!CommonITy || ITy->getBitWidth() > CommonITy->getBitWidth()) in runOnFunction()
177 CommonITy = ITy; in runOnFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
174 auto *ITy = in runOnFunction() local
176 if (!CommonITy || ITy->getBitWidth() > CommonITy->getBitWidth()) in runOnFunction()
177 CommonITy = ITy; in runOnFunction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
174 auto *ITy = in runOnFunction() local
176 if (!CommonITy || ITy->getBitWidth() > CommonITy->getBitWidth()) in runOnFunction()
177 CommonITy = ITy; in runOnFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
174 auto *ITy = in runOnFunction() local
176 if (!CommonITy || ITy->getBitWidth() > CommonITy->getBitWidth()) in runOnFunction()
177 CommonITy = ITy; in runOnFunction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
174 auto *ITy = in runOnFunction() local
176 if (!CommonITy || ITy->getBitWidth() > CommonITy->getBitWidth()) in runOnFunction()
177 CommonITy = ITy; in runOnFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
174 auto *ITy = in runOnFunction() local
176 if (!CommonITy || ITy->getBitWidth() > CommonITy->getBitWidth()) in runOnFunction()
177 CommonITy = ITy; in runOnFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
174 auto *ITy = in runOnFunction() local
176 if (!CommonITy || ITy->getBitWidth() > CommonITy->getBitWidth()) in runOnFunction()
177 CommonITy = ITy; in runOnFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
174 auto *ITy = in runOnFunction() local
176 if (!CommonITy || ITy->getBitWidth() > CommonITy->getBitWidth()) in runOnFunction()
177 CommonITy = ITy; in runOnFunction()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp147 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
148 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
173 auto *ITy = in runOnFunction() local
175 if (!CommonITy || ITy->getBitWidth() > CommonITy->getBitWidth()) in runOnFunction()
176 CommonITy = ITy; in runOnFunction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType()));
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex);
176 auto *ITy =
178 if (!CommonITy || ITy->getBitWidth() > CommonITy->getBitWidth())
179 CommonITy = ITy;
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runOnFunction() local
149 ConstantInt *BBIndexC = ConstantInt::get(ITy, BBIndex); in runOnFunction()
176 auto *ITy = in runOnFunction() local
178 if (!CommonITy || ITy->getBitWidth() > CommonITy->getBitWidth()) in runOnFunction()
179 CommonITy = ITy; in runOnFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp198 if (IntegerType *ITy = in getKindForGlobal() local
200 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 || in getKindForGlobal()
201 ITy->getBitWidth() == 32) && in getKindForGlobal()
203 if (ITy->getBitWidth() == 8) in getKindForGlobal()
205 if (ITy->getBitWidth() == 16) in getKindForGlobal()
208 assert(ITy->getBitWidth() == 32 && "Unknown width"); in getKindForGlobal()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/
H A DTargetLoweringObjectFile.cpp198 if (IntegerType *ITy = in getKindForGlobal() local
200 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 || in getKindForGlobal()
201 ITy->getBitWidth() == 32) && in getKindForGlobal()
203 if (ITy->getBitWidth() == 8) in getKindForGlobal()
205 if (ITy->getBitWidth() == 16) in getKindForGlobal()
208 assert(ITy->getBitWidth() == 32 && "Unknown width"); in getKindForGlobal()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dsh-mem.c134 #define DO(NNN, Ty, ITy, isF4) \ in main() argument
136 NNN, #Ty, #ITy); \ in main()
154 ITy undefN_ITy = (ITy)tmp; \ in main()
159 ITy undefN_ITyDef = undefN_ITy; \ in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dsh-mem.c134 #define DO(NNN, Ty, ITy, isF4) \ in main() argument
136 NNN, #Ty, #ITy); \ in main()
154 ITy undefN_ITy = (ITy)tmp; \ in main()
159 ITy undefN_ITyDef = undefN_ITy; \ in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp219 if (IntegerType *ITy = in getKindForGlobal() local
221 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 || in getKindForGlobal()
222 ITy->getBitWidth() == 32) && in getKindForGlobal()
224 if (ITy->getBitWidth() == 8) in getKindForGlobal()
226 if (ITy->getBitWidth() == 16) in getKindForGlobal()
229 assert(ITy->getBitWidth() == 32 && "Unknown width"); in getKindForGlobal()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp256 if (IntegerType *ITy = in getKindForGlobal() local
258 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 || in getKindForGlobal()
259 ITy->getBitWidth() == 32) && in getKindForGlobal()
261 if (ITy->getBitWidth() == 8) in getKindForGlobal()
263 if (ITy->getBitWidth() == 16) in getKindForGlobal()
266 assert(ITy->getBitWidth() == 32 && "Unknown width"); in getKindForGlobal()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp256 if (IntegerType *ITy = in getKindForGlobal() local
258 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 || in getKindForGlobal()
259 ITy->getBitWidth() == 32) && in getKindForGlobal()
261 if (ITy->getBitWidth() == 8) in getKindForGlobal()
263 if (ITy->getBitWidth() == 16) in getKindForGlobal()
266 assert(ITy->getBitWidth() == 32 && "Unknown width"); in getKindForGlobal()

12345678910>>...23