HomeSort by relevance Sort by last modified time
    Searched refs:isLegalInteger (Results 1 - 25 of 34) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 156 /// isLegalInteger - This function returns true if the specified type is
163 bool isLegalInteger(unsigned Width) const {
171 return !isLegalInteger(Width);
  /external/llvm/include/llvm/IR/
DataLayout.h 236 bool isLegalInteger(uint64_t Width) const {
243 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); }
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 if (DL.isLegalInteger(OpSize) &&
88 if (DL.isLegalInteger(DestSize) &&
98 if (DL.isLegalInteger(DL.getTypeSizeInBits(Ty)))
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 231 bool isLegalInteger(uint64_t Width) const {
238 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 231 bool isLegalInteger(uint64_t Width) const {
238 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 231 bool isLegalInteger(uint64_t Width) const {
238 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 231 bool isLegalInteger(uint64_t Width) const {
238 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 231 bool isLegalInteger(uint64_t Width) const {
238 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 231 bool isLegalInteger(uint64_t Width) const {
238 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 231 bool isLegalInteger(uint64_t Width) const {
238 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 231 bool isLegalInteger(uint64_t Width) const {
238 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 78 if (DL.isLegalInteger(OpSize) &&
89 if (DL.isLegalInteger(DestSize) &&
99 if (DL.isLegalInteger(DL.getTypeSizeInBits(Ty)))
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 78 if (DL.isLegalInteger(OpSize) &&
89 if (DL.isLegalInteger(DestSize) &&
99 if (DL.isLegalInteger(DL.getTypeSizeInBits(Ty)))
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 78 if (DL.isLegalInteger(OpSize) &&
89 if (DL.isLegalInteger(DestSize) &&
99 if (DL.isLegalInteger(DL.getTypeSizeInBits(Ty)))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 78 if (DL.isLegalInteger(OpSize) &&
89 if (DL.isLegalInteger(DestSize) &&
99 if (DL.isLegalInteger(DL.getTypeSizeInBits(Ty)))
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 78 if (DL.isLegalInteger(OpSize) &&
89 if (DL.isLegalInteger(DestSize) &&
99 if (DL.isLegalInteger(DL.getTypeSizeInBits(Ty)))
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 78 if (DL.isLegalInteger(OpSize) &&
89 if (DL.isLegalInteger(DestSize) &&
99 if (DL.isLegalInteger(DL.getTypeSizeInBits(Ty)))
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 78 if (DL.isLegalInteger(OpSize) &&
89 if (DL.isLegalInteger(DestSize) &&
99 if (DL.isLegalInteger(DL.getTypeSizeInBits(Ty)))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 78 if (DL.isLegalInteger(OpSize) &&
89 if (DL.isLegalInteger(DestSize) &&
99 if (DL.isLegalInteger(DL.getTypeSizeInBits(Ty)))
  /external/swiftshader/third_party/LLVM/lib/Analysis/
IVUsers.cpp 93 if (Width > 64 || (TD && !TD->isLegalInteger(Width)))
InlineCost.cpp 113 TD->isLegalInteger(TD->getTypeSizeInBits(CI->getType())))
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 114 EXPECT_TRUE(M->getDataLayout().isLegalInteger(32));
116 EXPECT_FALSE(M->getDataLayout().isLegalInteger(32));
  /external/llvm/lib/Analysis/
IVUsers.cpp 140 if (Width > 64 || !DL.isLegalInteger(Width))
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 96 bool FromLegal = TD->isLegalInteger(FromWidth);
97 bool ToLegal = TD->isLegalInteger(ToWidth);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 757 if (TD && !TD->isLegalInteger(Width))
    [all...]

Completed in 856 milliseconds

1 2