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

1 23 4 5 6 7

  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 445 if (!isInt<3>(imm))
  /external/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 471 if (isInt<8>(Val))
X86TargetTransformInfo.cpp     [all...]
X86FastISel.cpp 542 if (isInt<32>(CI->getSExtValue()))
751 if (isInt<32>(Disp)) {
812 if (!isInt<32>(Disp))
    [all...]
X86ISelDAGToDAG.cpp 186 return isInt<8>(cast<ConstantSDNode>(N)->getSExtValue());
687 return isInt<31>(Val);
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
ModelClass.java 109 public abstract boolean isInt();
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 739 (ImmSigned && isInt<16>(imm)))
754 else if (isInt<16>(Imm))
MipsLongBranch.cpp 495 if (!ForceLongBranch && isInt<16>(Offset))
  /external/opencv3/modules/core/include/opencv2/core/
persistence.hpp 523 CV_WRAP bool isInt() const;
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 604 if (!isInt<32>(Imm)) {
609 if (isInt<32>(ImmSh)) {
627 if (isInt<16>(Imm)) {
692 if (!isInt<32>(Imm)) {
697 if (isInt<32>(ImmSh)) {
720 if (isInt<16>(Imm)) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 632 return isInt<16>(V);
635 return isInt<8>(Lo_32(V)) && isInt<8>(Hi_32(V));
    [all...]
BitTracker.cpp 385 bool BT::MachineEvaluator::isInt(const RegisterCell &A) const {
396 assert(isInt(A));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 367 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/jsoncpp/include/json/
value.h 278 bool isInt() const;
  /external/llvm/lib/CodeGen/
StackMaps.cpp 309 if (Loc.Type == Location::Constant && !isInt<32>(Loc.Offset)) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 257 assert(isInt<8>(RealOffset));
265 assert(isInt<32>(RealOffset));
344 assert(isInt<28>(BranchImm));
407 assert(isInt<33>(Result) && "overflow check failed for relocation");
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 294 if (isInt<16>(NumBytes))
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 366 assert(isInt<16>(ByteOffset));
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/
butterknife-7.0.1.jar 
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 665 && isInt<16>(IMMOffset->getZExtValue())) {
673 && isInt<16>(IMMOffset->getZExtValue())) {
    [all...]
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /external/llvm/lib/MC/
MachObjectWriter.cpp 596 assert(isInt<24>(Index));
    [all...]

Completed in 2988 milliseconds

1 23 4 5 6 7