/external/clang/test/Sema/ |
D | cast.c | 24 typedef _Complex int CInt; typedef 37 (void) (CInt) v; in testBool() 51 (void) (CInt) v; in testInt() 73 (void) (CInt) v; in testLong() 87 (void) (CInt) v; in testFloat() 99 (void) (CInt) v; in testDouble() 105 void testCI(CInt v) { in testCI() 111 (void) (CInt) v; in testCI() 123 (void) (CInt) v; in testCLong() 135 (void) (CInt) v; in testCFloat() [all …]
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 271 auto CInt = dyn_cast<ConstantInt>(Arg1); in simplifyX86immShift() local 272 if (!CAZ && !CDV && !CInt) in simplifyX86immShift() 292 else if (CInt) in simplifyX86immShift() 293 Count = CInt->getValue(); in simplifyX86immShift() 466 auto *CInt = dyn_cast<ConstantInt>(COp); in simplifyX86movmsk() local 468 if (!CInt && !CFp) in simplifyX86movmsk() 471 if ((CInt && CInt->isNegative()) || (CFp && CFp->isNegative())) in simplifyX86movmsk() 480 auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2)); in simplifyX86insertps() local 481 if (!CInt) in simplifyX86insertps() 492 uint8_t Imm = CInt->getZExtValue(); in simplifyX86insertps() [all …]
|
D | InstructionCombining.cpp | 534 const APInt *CInt; in tryFactorization() local 537 if (match(V, m_APInt(CInt)) && !CInt->isMinSignedValue()) in tryFactorization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 130 ConstantInt *CInt = dyn_cast<ConstantInt>(BinOp->getOperand(1)); in handlePhiDef() local 131 if (!CInt) in handlePhiDef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 320 auto CInt = dyn_cast<ConstantInt>(Arg1); in simplifyX86immShift() local 321 if (!CAZ && !CDV && !CInt) in simplifyX86immShift() 341 else if (CInt) in simplifyX86immShift() 342 Count = CInt->getValue(); in simplifyX86immShift() 542 auto *CInt = dyn_cast_or_null<ConstantInt>(COp); in simplifyX86pack() local 543 if (!CInt) in simplifyX86pack() 546 APInt Val = CInt->getValue(); in simplifyX86pack() 704 auto *CInt = dyn_cast<ConstantInt>(COp); in simplifyX86movmsk() local 706 if (!CInt && !CFp) in simplifyX86movmsk() 709 if ((CInt && CInt->isNegative()) || (CFp && CFp->isNegative())) in simplifyX86movmsk() [all …]
|
D | InstructionCombining.cpp | 587 const APInt *CInt; in tryFactorization() local 590 if (match(V, m_APInt(CInt)) && !CInt->isMinSignedValue()) in tryFactorization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 210 ConstantInt *CInt; in IsNarrowSequence() local 212 if (match(V, m_ConstantInt(CInt))) { in IsNarrowSequence()
|
D | ARMISelLowering.cpp | 7439 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local 7442 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32)); in SkipExtensionForVMULL()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3873 auto *CInt = dyn_cast<ConstantInt>(Divisor); in mayDivideByZero() local 3874 return !CInt || CInt->isZero(); in mayDivideByZero() 6111 ConstantInt *CInt = cast<ConstantInt>(Op2); in getInstructionCost() local 6112 if (CInt && CInt->getValue().isPowerOf2()) in getInstructionCost() 6119 ConstantInt *CInt = dyn_cast<ConstantInt>(SplatValue); in getInstructionCost() local 6120 if (CInt && CInt->getValue().isPowerOf2()) in getInstructionCost()
|
D | SLPVectorizer.cpp | 2263 ConstantInt *CInt = dyn_cast<ConstantInt>(I->getOperand(1)); in getEntryCost() local 2264 if (!CInt) { in getEntryCost() 2270 !CInt->getValue().isPowerOf2()) in getEntryCost() 2273 CInt0 = CInt; in getEntryCost() 2276 if (CInt0 != CInt) in getEntryCost()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1638 ConstantInt *CInt = nullptr; in getEntryCost() local 1646 CInt = cast<ConstantInt>(I->getOperand(1)); in getEntryCost() 1650 CInt != cast<ConstantInt>(I->getOperand(1))) in getEntryCost() 1655 if (Op2VK == TargetTransformInfo::OK_UniformConstantValue && CInt && in getEntryCost() 1656 CInt->getValue().isPowerOf2()) in getEntryCost()
|
D | LoopVectorize.cpp | 5879 ConstantInt *CInt = cast<ConstantInt>(Op2); in getInstructionCost() local 5880 if (CInt && CInt->getValue().isPowerOf2()) in getInstructionCost() 5887 ConstantInt *CInt = dyn_cast<ConstantInt>(SplatValue); in getInstructionCost() local 5888 if (CInt && CInt->getValue().isPowerOf2()) in getInstructionCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 1792 const APInt &CInt = C->getAPIntValue(); in getPowerOf2Factor() local 1793 if (CInt.getBoolValue()) in getPowerOf2Factor() 1794 MaxFactor = CInt.countTrailingZeros(); in getPowerOf2Factor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1729 if (ConstantInt *CInt = dyn_cast<ConstantInt>(CI->getArgOperand(2))) { in optimizeStrtol() local 1730 return convertStrToNumber(CI, Str, CInt->getSExtValue()); in optimizeStrtol()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2165 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local 2168 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32)); in skipExtensionForVectorMULL()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2493 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local 2496 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32)); in skipExtensionForVectorMULL()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6605 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local 6608 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32)); in SkipExtensionForVMULL()
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2323 …n|ByRef|Byte|ByVal|Call|Case|Catch|CBool|CByte|CChar|CDate|CDbl|CDec|Char|CInt|Class|CLng|CObj|Con…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5586 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { in getTargetConstantBitsFromNode() local 5587 Mask = CInt->getValue(); in getTargetConstantBitsFromNode()
|