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

1 2 3 4 5 6 7 8 91011

  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParserCommon.h 18 return isInt<8>(Value) ||
19 (isUInt<16>(Value) && isInt<8>(static_cast<int16_t>(Value)));
23 return isInt<8>(Value) ||
24 (isUInt<32>(Value) && isInt<8>(static_cast<int32_t>(Value)));
28 return isInt<8>(Value);
32 return isInt<32>(Value);
36 return isUInt<8>(Value) || isInt<8>(Value);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
X86AsmParserCommon.h 18 return isInt<8>(Value) ||
19 (isUInt<16>(Value) && isInt<8>(static_cast<int16_t>(Value)));
23 return isInt<8>(Value) ||
24 (isUInt<32>(Value) && isInt<8>(static_cast<int32_t>(Value)));
28 return isInt<8>(Value);
32 return isInt<32>(Value);
36 return isUInt<8>(Value) || isInt<8>(Value);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiTargetTransformInfo.h 57 if (isInt<16>(Imm.getSExtValue()))
59 if (isInt<21>(Imm.getZExtValue()))
61 if (isInt<32>(Imm.getSExtValue())) {
LanaiISelDAGToDAG.cpp 97 return isInt<21>(CN.getSExtValue()) && ((CN.getSExtValue() & 0x3) == 0);
130 if (isInt<16>(CN->getSExtValue())) {
143 if (isInt<10>(CN->getSExtValue())) {
174 if ((RiMode && isInt<16>(CN->getSExtValue())) ||
175 (!RiMode && isInt<10>(CN->getSExtValue()))) {
229 if (isInt<16>(CN->getSExtValue()))
LanaiRegisterInfo.cpp 169 if ((isSPLSOpcode(MI.getOpcode()) && !isInt<10>(Offset)) ||
170 !isInt<16>(Offset)) {
185 if (!isInt<16>(Offset)) {
  /external/swiftshader/third_party/subzero/src/
IceRegistersARM32.h 31 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \
45 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \
56 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \
67 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \
78 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \
94 unsigned IsInt : 1;
118 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \
133 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \
168 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init) \
188 isGPR, isInt, isI64Pair, isFP32, isFP64, isVec128, alias_init)
    [all...]
IceRegistersMIPS32.h 30 #define X(val, encode, name, scratch, preserved, stackptr, frameptr, isInt, \
44 #define X(val, encode, name, scratch, preserved, stackptr, frameptr, isInt, \
56 #define X(val, encode, name, scratch, preserved, stackptr, frameptr, isInt, \
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 71 if (!isInt<16>(Value) && Ctx) {
81 if (!isInt<19>(Value) && Ctx) {
118 if (!isInt<7>(Value) && Ctx) {
128 if (!isInt<10>(Value) && Ctx) {
138 if (!isInt<16>(Value) && Ctx) {
147 if (!isInt<18>(Value) && Ctx) {
160 if (!isInt<18>(Value) && Ctx) {
169 if (!isInt<21>(Value) && Ctx) {
178 if (!isInt<26>(Value) && Ctx) {
187 if (!isInt<26>(Value) && Ctx)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 51 if (isInt<32>(Imm.getSExtValue()))
95 if (isInt<16>(Imm.getSExtValue()))
102 if (isInt<32>(Imm.getSExtValue()))
123 if (isInt<32>(Imm.getSExtValue()))
216 if (isInt<32>(Imm.getSExtValue()))
221 if ((Idx < 2) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue())))
226 if ((Idx < 4) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue())))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVRegisterInfo.cpp 85 if (!isInt<32>(Offset)) {
93 if (!isInt<12>(Offset)) {
94 assert(isInt<32>(Offset) && "Int32 expected");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 82 if (!isInt<16>(Value)) {
92 if (!isInt<19>(Value)) {
131 if (!isInt<7>(Value)) {
141 if (!isInt<10>(Value)) {
151 if (!isInt<16>(Value)) {
160 if (!isInt<18>(Value)) {
173 if (!isInt<18>(Value)) {
182 if (!isInt<21>(Value)) {
191 if (!isInt<26>(Value)) {
200 if (!isInt<26>(Value))
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelDAGToDAG.cpp 97 return isInt<21>(CN.getSExtValue()) && ((CN.getSExtValue() & 0x3) == 0);
130 if (isInt<16>(CN->getSExtValue())) {
143 if (isInt<10>(CN->getSExtValue())) {
174 if ((RiMode && isInt<16>(CN->getSExtValue())) ||
175 (!RiMode && isInt<10>(CN->getSExtValue()))) {
229 if (isInt<16>(CN->getSExtValue()))
LanaiRegisterInfo.cpp 169 if ((isSPLSOpcode(MI.getOpcode()) && !isInt<10>(Offset)) ||
170 !isInt<16>(Offset)) {
185 if (!isInt<16>(Offset)) {
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 59 if (isInt<16>(Imm.getSExtValue()))
62 if (isInt<32>(Imm.getSExtValue())) {
92 if ((Idx == 1) && Imm.getBitWidth() <= 64 && isInt<16>(Imm.getSExtValue()))
96 if ((Idx < 2) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue())))
101 if ((Idx < 4) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue())))
166 if (isInt<16>(Imm.getSExtValue()))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 303 return isInt<18>(BrOffset);
319 return isInt<17>(BrOffset);
323 return isInt<11>(BrOffset);
327 return isInt<8>(BrOffset);
332 return isInt<28>(BrOffset);
356 return isInt<18>(BrOffset);
360 return isInt<23>(BrOffset);
364 return isInt<11>(BrOffset);
368 return isInt<8>(BrOffset);
372 return isInt<27>(BrOffset)
    [all...]
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
ConcreteFunction.java 33 public static SeparateInterface<Long> isInt() {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 35 /// isInt - Checks if an integer fits into the given bit width.
37 inline bool isInt(int64_t x) {
42 inline bool isInt<8>(int64_t x) {
46 inline bool isInt<16>(int64_t x) {
50 inline bool isInt<32>(int64_t x) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 64 if (isInt<16>(Imm.getSExtValue()))
67 if (isInt<32>(Imm.getSExtValue())) {
97 if ((Idx == 1) && Imm.getBitWidth() <= 64 && isInt<16>(Imm.getSExtValue()))
101 if ((Idx < 2) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue())))
106 if ((Idx < 4) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue())))
172 if (isInt<16>(Imm.getSExtValue()))
  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 74 if (isInt<32>(CN->getSExtValue())) {
102 if (isInt<32>(CN->getSExtValue())) {
  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 172 if (OffsetBitSize < 16 && isInt<16>(Offset) &&
193 } else if (!isInt<16>(Offset)) {
Mips16InstrInfo.cpp 216 if (isInt<16>(-Remainder))
242 if (isInt<16>(Remainder))
297 if (isInt<16>(Amount)) // need to change to addiu sp, ....and isInt<16>
469 return isInt<16>(Amount);
472 return isInt<16>(Amount);
473 return isInt<15>(Amount);
  /external/llvm/include/llvm/ADT/
PointerEmbeddedInt.h 64 assert((std::is_signed<IntT>::value ? llvm::isInt<Bits>(I)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
PointerEmbeddedInt.h 65 assert((std::is_signed<IntT>::value ? isInt<Bits>(I) : isUInt<Bits>(I)) &&
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 54 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
63 bool isOne() const { return isInt() && IntVal == 1; }
64 bool isTwo() const { return isInt() && IntVal == 2; }
65 bool isMinusOne() const { return isInt() && IntVal == -1; }
66 bool isMinusTwo() const { return isInt() && IntVal == -2; }
85 bool isInt() const { return !IsFp; }
219 if (isInt()) {
230 if (!isInt())
254 if (That.isInt())
262 if (isInt() == That.isInt())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 74 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
77 bool isOne() const { return isInt() && IntVal == 1; }
78 bool isTwo() const { return isInt() && IntVal == 2; }
79 bool isMinusOne() const { return isInt() && IntVal == -1; }
80 bool isMinusTwo() const { return isInt() && IntVal == -2; }
101 bool isInt() const { return !IsFp; }
235 if (isInt()) {
246 if (!isInt())
270 if (That.isInt())
278 if (isInt() == That.isInt())
    [all...]

Completed in 2642 milliseconds

1 2 3 4 5 6 7 8 91011