Searched refs:isInt (Results 26 - 50 of 98) sorted by relevance

1234

/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp757 isInt<8>(MI->getOperand(2).getImm()) &&
778 isInt<8>(MI->getOperand(2).getImm())) {
1135 if (isInt<20>(Offset) && isInt<20>(Offset2)) {
1214 return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CIJ : 0;
1216 return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CGIJ : 0;
1235 if (isInt<16>(Value))
1243 assert(isInt<32>(Value) && "Huge values not handled yet");
H A DSystemZISelDAGToDAG.cpp353 return isInt<20>(Val);
356 return isInt<20>(Val) && isInt<20>(Val + 8);
499 if (!isInt<16>(Disp))
1086 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val) && !isInt<32>(Val))
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp564 bool isInt = glu::isDataTypeIntOrIVec(output.type); local
614 else if (isInt)
715 bool isInt = glu::isDataTypeIntOrIVec(output.type); local
719 isInt ? GL_INT :
772 const bool isInt = glu::isDataTypeIntOrIVec(output.type); local
789 if (isInt || isUint)
1000 bool isInt = glu::isDataTypeIntOrIVec(outType);
1006 else if (isInt)
/external/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp170 return isInt<15>(MFI->getMaxCallFrameSize()) && !MFI->hasVarSizedObjects();
H A DMips16ISelDAGToDAG.cpp189 if (isInt<16>(CN->getSExtValue())) {
H A DMipsFastISel.cpp374 if (isInt<16>(Imm)) {
H A DMips16ISelLowering.cpp735 (ImmSigned && isInt<16>(imm)))
750 else if (isInt<16>(Imm))
H A DMipsSEFrameLowering.cpp487 return isInt<16>(MFI->getMaxCallFrameSize() + getStackAlignment()) &&
542 if (isInt<16>(MaxSPOffset))
/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp153 if (isInt<16>(BranchSize)) {
H A DPPCFrameLowering.cpp534 if (!isInt<32>(NegFrameSize))
612 assert(isPowerOf2_32(MaxAlign) && isInt<16>(MaxAlign) &&
617 bool isLargeFrame = !isInt<16>(NegFrameSize);
920 bool isLargeFrame = !isInt<16>(FrameSize);
996 if (CallerAllocatedAmt && isInt<16>(CallerAllocatedAmt)) {
1337 hasNonRISpills(MF) || (hasSpills(MF) && !isInt<16>(StackSize))) {
1482 if (isInt<16>(CalleeAmt)) {
H A DPPCFastISel.cpp400 if (!isInt<16>(Addr.Offset))
758 if ((IsZExt && isUInt<16>(Imm)) || (!IsZExt && isInt<16>(Imm)))
1129 if (isInt<16>(Imm)) {
1929 if (isInt<16>(Imm))
1960 if (!isInt<32>(Imm)) {
1964 if (isInt<32>(ImmSh))
2030 if (isInt<16>(CI->getSExtValue())) {
H A DPPCRegisterInfo.cpp307 if (MaxAlign < TargetAlign && isInt<16>(FrameSize)) {
788 if (!noImmForm && isInt<16>(Offset) && (!isIXAddr || (Offset & 3) == 0)) {
989 (isInt<16>(Offset) && (!usesIXAddr(*MI) || (Offset & 3) == 0));
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp744 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range");
747 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range");
946 return isInt()
1400 Value::isInt() const function in class:Json::Value
1493 return isInt() || isUInt();
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp738 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range");
741 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range");
940 return isInt()
1394 Value::isInt() const function in class:Json::Value
1487 return isInt() || isUInt();
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp734 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range");
737 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range");
936 return isInt()
1390 Value::isInt() const function in class:Json::Value
1483 return isInt() || isUInt();
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp575 if (!isInt<8>(InitV) || !isInt<8>(EndV))
578 if (!isInt<16>(InitV) || !isInt<16>(EndV))
1386 if (CmpImmOp->isImm() && !isInt<8>(CmpImm))
H A DHexagonInstrInfo.cpp652 return isInt<12>(MI->getOperand(1).getImm());
705 return isInt<4>(MI->getOperand(3).getImm());
711 isInt<6>(MI->getOperand(2).getImm()));
714 return isInt<8>(MI->getOperand(2).getImm());
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp274 if ((Idx < 2) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue())))
279 if ((Idx < 4) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue())))
/external/chromium_org/third_party/webrtc/base/
H A Djson.cc24 } else if (in.isInt()) {
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp924 if (isInt<32>(Val))
1050 if ((Idx == 1) && Imm.getBitWidth() <= 64 && isInt<32>(Imm.getSExtValue()))
1054 if ((Idx < 2) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue())))
1059 if ((Idx < 4) || (Imm.getBitWidth() <= 64 && isInt<64>(Imm.getSExtValue())))
H A DX86FrameLowering.cpp61 if (isInt<8>(Imm))
65 if (isInt<8>(Imm))
73 if (isInt<8>(Imm))
77 if (isInt<8>(Imm))
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h330 bool isInt = true; local
333 isInt = false;
338 if (isInt) {
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h330 bool isInt = true; local
333 isInt = false;
338 if (isInt) {
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp410 bool isS5Imm() const { return Kind == Immediate && isInt<5>(getImm()); }
415 (Kind == Immediate && isInt<16>(getImm())); }
417 (Kind == Immediate && isInt<16>(getImm()) &&
420 (Kind == Immediate && isInt<17>(getImm())); }
423 (Kind == Immediate && isInt<26>(getImm()) &&
426 (Kind == Immediate && isInt<16>(getImm()) &&
/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp445 if (!isInt<3>(imm))

Completed in 787 milliseconds

1234