/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 137 ConstantInt *getConstantInt() const { in getConstantInt() function in __anon8a523c670111::LatticeVal 551 ConstantInt *CI = BCValue.getConstantInt(); in getFeasibleSuccessors() 577 ConstantInt *CI = SCValue.getConstantInt(); in getFeasibleSuccessors() 623 ConstantInt *CI = BCValue.getConstantInt(); in isEdgeFeasible() 640 ConstantInt *CI = SCValue.getConstantInt(); in isEdgeFeasible() 851 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst() 926 if (ConstantInt *CI = NonOverdefVal->getConstantInt()) in visitBinaryOperator() 1383 if (auto *ShiftAmt = Op1LV.getConstantInt()) in ResolvedUndefsIn() 1400 if (auto *ShiftAmt = Op1LV.getConstantInt()) in ResolvedUndefsIn()
|
/external/skqp/src/sksl/ir/ |
D | SkSLIntLiteral.h | 54 int64_t getConstantInt() const override { in getConstantInt() function
|
D | SkSLExpression.h | 74 virtual int64_t getConstantInt() const { in getConstantInt() function
|
D | SkSLConstructor.h | 160 return this->getVecComponent(index).getConstantInt(); in getIVecComponent()
|
/external/skia/src/sksl/ir/ |
D | SkSLIntLiteral.h | 54 int64_t getConstantInt() const override { in getConstantInt() function
|
D | SkSLExpression.h | 75 virtual int64_t getConstantInt() const { in getConstantInt() function
|
D | SkSLConstructor.h | 158 return this->getVecComponent(index).getConstantInt(); in getIVecComponent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 157 ConstantInt *getConstantInt() const { in getConstantInt() function in __anonf4e4c9bf0111::LatticeVal 628 ConstantInt *CI = BCValue.getConstantInt(); in getFeasibleSuccessors() 654 ConstantInt *CI = SCValue.getConstantInt(); in getFeasibleSuccessors() 896 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst() 973 if (ConstantInt *CI = NonOverdefVal->getConstantInt()) in visitBinaryOperator() 1436 if (auto *ShiftAmt = Op1LV.getConstantInt()) in ResolvedUndefsIn() 1453 if (auto *ShiftAmt = Op1LV.getConstantInt()) in ResolvedUndefsIn()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 135 ConstantInt *getConstantInt() const { in getConstantInt() function in __anon967d13930111::LatticeVal 564 ConstantInt *CI = BCValue.getConstantInt(); in getFeasibleSuccessors() 590 ConstantInt *CI = SCValue.getConstantInt(); in getFeasibleSuccessors() 636 ConstantInt *CI = BCValue.getConstantInt(); in isEdgeFeasible() 653 ConstantInt *CI = SCValue.getConstantInt(); in isEdgeFeasible() 883 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst() 954 if (ConstantInt *CI = NonOverdefVal->getConstantInt()) in visitBinaryOperator()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 73 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 74 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ValueLattice.h | 285 ConstantInt *getConstantInt() const { in getConstantInt() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86BaseImpl.h | 1527 Func, IceType_void, esp, Ctx->getConstantInt(IceType_i32, OutArgsSize)); 1702 _shl(T, Ctx->getConstantInt(Ty, Count2)); 2372 _sar(T, Ctx->getConstantInt(Ty, TypeWidth - 1)); 2373 _shr(T, Ctx->getConstantInt(Ty, TypeWidth - LogDiv)); 2375 _sar(T, Ctx->getConstantInt(Ty, LogDiv)); 2476 _sar(T, Ctx->getConstantInt(Ty, TypeWidth - 1)); 2477 _shr(T, Ctx->getConstantInt(Ty, TypeWidth - LogDiv)); 2479 _and(T, Ctx->getConstantInt(Ty, -(1 << LogDiv))); 3387 Constant *Default = Ctx->getConstantInt(Dest->getType(), IntDefault); 3395 Constant *NonDefault = Ctx->getConstantInt(Dest->getType(), !IntDefault); [all …]
|
D | WasmTranslator.cpp | 488 Ctx->getConstantInt(DestTy, BitCount - 1))); in Binop() 494 Ctx->getConstantInt(DestTy, BitCount), Masked)); in Binop() 514 Ctx->getConstantInt(DestTy, BitCount - 1))); in Binop() 520 Ctx->getConstantInt(DestTy, BitCount), Masked)); in Binop()
|
D | IceGlobalContext.h | 199 Constant *getConstantInt(Type Ty, int64_t Value);
|
D | IceConverter.cpp | 151 return Ctx->getConstantInt(Ty, CI->getSExtValue()); in convertConstant()
|
D | IceGlobalContext.cpp | 754 Constant *GlobalContext::getConstantInt(Type Ty, int64_t Value) { in getConstantInt() function in Ice::GlobalContext
|
D | PNaClTranslator.cpp | 2855 if (Ice::Constant *C = getContext()->getConstantInt( in ProcessRecord()
|
D | IceTargetLoweringARM32.cpp | 3960 Operand *_m1 = Ctx->getConstantInt(DestTy, -1); in lowerCast()
|
/external/skqp/src/sksl/ |
D | SkSLIRGenerator.h | 172 void getConstantInt(const Expression& value, int64_t* out);
|
D | SkSLIRGenerator.cpp | 493 this->getConstantInt(*caseValue, &v); in convertSwitch() 916 void IRGenerator::getConstantInt(const Expression& value, int64_t* out) { in getConstantInt() function in SkSL::IRGenerator 925 this->getConstantInt(*var.fInitialValue, out); in getConstantInt() 951 this->getConstantInt(*value, ¤tValue); in convertEnum()
|
/external/skia/src/sksl/ |
D | SkSLIRGenerator.h | 172 void getConstantInt(const Expression& value, int64_t* out);
|
D | SkSLIRGenerator.cpp | 499 this->getConstantInt(*caseValue, &v); in convertSwitch() 938 void IRGenerator::getConstantInt(const Expression& value, int64_t* out) { in getConstantInt() function in SkSL::IRGenerator 947 this->getConstantInt(*var.fInitialValue, out); in getConstantInt() 973 this->getConstantInt(*value, ¤tValue); in convertEnum()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 118 const ConstantInt *getConstantInt() { return Constants.CIP; } in getConstantInt() function
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 840 return createXor(v, V(::context->getConstantInt(v->getType(), -1))); in createNot()
|