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

1 2 3 4 5 6 7

  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParserCommon.h 16 return isInt<8>(Value) ||
17 (isUInt<16>(Value) && isInt<8>(static_cast<int16_t>(Value)));
21 return isInt<8>(Value) ||
22 (isUInt<32>(Value) && isInt<8>(static_cast<int32_t>(Value)));
26 return isInt<8>(Value);
30 return isInt<32>(Value);
34 return isUInt<8>(Value) || isInt<8>(Value);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 66 if (!isInt<16>(Value) && Ctx) {
75 if (!isInt<19>(Value) && Ctx) {
111 if (!isInt<7>(Value) && Ctx) {
121 if (!isInt<10>(Value) && Ctx) {
131 if (!isInt<16>(Value) && Ctx) {
140 if (!isInt<18>(Value) && Ctx) {
149 if (!isInt<21>(Value) && Ctx) {
158 if (!isInt<26>(Value) && Ctx) {
  /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())))
SystemZInstrInfo.cpp 764 isInt<8>(MI->getOperand(2).getImm()) &&
787 isInt<8>(MI->getOperand(2).getImm())) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 52 if (isInt<16>(Imm.getSExtValue()))
55 if (isInt<32>(Imm.getSExtValue())) {
85 if ((Idx == 1) && Imm.getBitWidth() <= 64 && isInt<16>(Imm.getSExtValue()))
89 if ((Idx < 2) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue())))
94 if ((Idx < 4) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue())))
159 if (isInt<16>(Imm.getSExtValue()))
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 54 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
64 bool isOne() const { return isInt() && IntVal == 1; }
65 bool isTwo() const { return isInt() && IntVal == 2; }
66 bool isMinusOne() const { return isInt() && IntVal == -1; }
67 bool isMinusTwo() const { return isInt() && IntVal == -2; }
86 bool isInt() const { return !IsFp; }
213 if (isInt()) {
224 if (!isInt())
248 if (That.isInt())
256 if (isInt() == That.isInt())
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 74 if (isInt<32>(CN->getSExtValue())) {
102 if (isInt<32>(CN->getSExtValue())) {
BPFRegisterInfo.cpp 78 if (!isInt<32>(Offset))
  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 175 if (OffsetBitSize < 16 && isInt<16>(Offset) &&
196 } else if (!isInt<16>(Offset)) {
Mips16InstrInfo.cpp 218 if (isInt<16>(-Remainder))
244 if (isInt<16>(Remainder))
299 if (isInt<16>(Amount)) // need to change to addiu sp, ....and isInt<16>
470 return isInt<16>(Amount);
473 return isInt<16>(Amount);
474 return isInt<15>(Amount);
Mips16InstrInfo.h 94 return ((offset & 7) == 0) && isInt<11>(offset);
Mips16FrameLowering.cpp 156 return isInt<15>(MFI->getMaxCallFrameSize()) && !MFI->hasVarSizedObjects();
MipsAnalyzeImmediate.cpp 97 if (!isInt<16>(ShiftedImm))
  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 140 if (!isInt<32>(AddrDispShiftTemp))
162 if (LEA != nullptr && !isInt<8>(AddrDispShiftTemp) &&
163 isInt<8>(AddrDispShift))
  /external/clang/test/PCH/
cxx-templates.h 88 bool isInt(int x);
90 template<> bool isInt<8>(int x) {
  /external/llvm/include/llvm/Support/
MathExtras.h 261 /// isInt - Checks if an integer fits into the given bit width.
263 inline bool isInt(int64_t x) {
268 inline bool isInt<8>(int64_t x) {
272 inline bool isInt<16>(int64_t x) {
276 inline bool isInt<32>(int64_t x) {
284 return isInt<N+S>(x) && (x % (1<<S) == 0);
  /external/clang/include/clang/AST/
APValue.h 182 bool isInt() const { return Kind == Int; }
201 assert(isInt() && "Invalid accessor");
348 assert(isInt() && "Invalid accessor");
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 340 if (isInt<8>(OffsetNode->getZExtValue() >> 2)) {
362 && isInt<16>(IMMOffset->getZExtValue())) {
369 && isInt<16>(IMMOffset->getZExtValue())) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 68 bool isInt() const { return EntryKind == E_Integer; }
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 136 if (isInt<10>(BranchSize)) {
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
ModelMethod.java 159 } else if (primitive.isInt()) {
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
JavaClass.java 93 public boolean isInt() {
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 52 bool isInt = false;
63 isInt = true;
67 isInt = false;
76 case TextureFormat::R: format = isInt ? GL_RED_INTEGER : GL_RED; break;
77 case TextureFormat::RG: format = isInt ? GL_RG_INTEGER : GL_RG; break;
78 case TextureFormat::RGB: format = isInt ? GL_RGB_INTEGER : GL_RGB; break;
79 case TextureFormat::RGBA: format = isInt ? GL_RGBA_INTEGER : GL_RGBA; break;
89 DE_ASSERT(!isInt);
    [all...]
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp 163 assert(isUInt<4>(Base) && isInt<20>(Disp));
185 assert(isUInt<4>(Base) && isInt<20>(Disp) && isUInt<4>(Index));
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 629 bool isInt = glu::isDataTypeIntOrIVec(output.type);
679 else if (isInt)
780 bool isInt = glu::isDataTypeIntOrIVec(output.type);
784 isInt ? GL_INT :
843 const bool isInt = glu::isDataTypeIntOrIVec(output.type);
860 if (isInt || isUint)
    [all...]

Completed in 713 milliseconds

1 2 3 4 5 6 7