/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 | SkSLConstructor.h | 131 return fArguments[0]->getConstantInt(); in getVecComponent() 142 return arg.get()->getConstantInt(); in getVecComponent()
|
D | SkSLIntLiteral.h | 57 int64_t getConstantInt() const override { in getConstantInt() function
|
D | SkSLExpression.h | 81 virtual int64_t getConstantInt() const { in getConstantInt() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 137 ConstantInt *getConstantInt() const { in getConstantInt() function in __anon19af48a90111::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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 157 ConstantInt *getConstantInt() const { in getConstantInt() function in __anone384e6410111::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/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 | 1577 Func, IceType_void, esp, Ctx->getConstantInt(IceType_i32, OutArgsSize)); 1755 _shl(T, Ctx->getConstantInt(Ty, Count2)); 2425 _sar(T, Ctx->getConstantInt(Ty, TypeWidth - 1)); 2426 _shr(T, Ctx->getConstantInt(Ty, TypeWidth - LogDiv)); 2428 _sar(T, Ctx->getConstantInt(Ty, LogDiv)); 2529 _sar(T, Ctx->getConstantInt(Ty, TypeWidth - 1)); 2530 _shr(T, Ctx->getConstantInt(Ty, TypeWidth - LogDiv)); 2532 _and(T, Ctx->getConstantInt(Ty, -(1 << LogDiv))); 3459 Constant *Default = Ctx->getConstantInt(Dest->getType(), IntDefault); 3467 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 | 151 void getConstantInt(const Expression& value, int64_t* out);
|
D | SkSLIRGenerator.cpp | 554 this->getConstantInt(*caseValue, &v); in convertSwitch() 1019 void IRGenerator::getConstantInt(const Expression& value, int64_t* out) { in getConstantInt() function in SkSL::IRGenerator 1028 this->getConstantInt(*var.fInitialValue, out); in getConstantInt() 1058 this->getConstantInt(*value, ¤tValue); in convertEnum()
|
D | SkSLByteCodeGenerator.cpp | 162 int64_t index = idx.fIndex->getConstantInt(); in getLocation() 587 int64_t shift = b.fRight->getConstantInt(); in writeBinaryExpression()
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 1280 return createXor(v, V(::context->getConstantInt(v->getType(), -1))); in createNot()
|