/external/swiftshader/third_party/subzero/src/ |
D | IceFixups.cpp | 28 if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(ConstValue)) in offset() 37 const Constant *C = ConstValue; in symbol() 60 if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(ConstValue)) { in emit()
|
D | IceFixups.h | 49 bool isNullSymbol() const { return ConstValue == NullSymbol; } in isNullSymbol() 56 ConstValue = Value; in set_value() 88 const Constant *ConstValue; member
|
/external/turbine/java/com/google/turbine/bytecode/ |
D | AnnotationWriter.java | 26 import com.google.turbine.bytecode.ClassFile.AnnotationInfo.ElementValue.ConstValue; 62 writeConstElementValue(((ConstValue) value).value()); in writeElementValue()
|
D | ClassFile.java | 410 class ConstValue implements ElementValue { class 414 public ConstValue(Const.Value value) { in ConstValue() method in ClassFile.AnnotationInfo.ElementValue.ConstValue
|
D | ClassReader.java | 26 import com.google.turbine.bytecode.ClassFile.AnnotationInfo.ElementValue.ConstValue; 334 return new ConstValue(constantPool.constant(constValueIndex)); in readElementValue()
|
/external/turbine/java/com/google/turbine/binder/bytecode/ |
D | BytecodeBinder.java | 33 import com.google.turbine.bytecode.ClassFile.AnnotationInfo.ElementValue.ConstValue; 117 return bindConstValue(type, ((ConstValue) value).value()); in bindValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | CallSiteSplitting.cpp | 97 Constant *ConstValue) { in setConstantInArgument() argument 104 CS.setArgument(ArgNo, ConstValue); in setConstantInArgument()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers_test.cc | 128 TEST(NodeMatchers, ConstValue) { in TEST() argument
|
/external/turbine/java/com/google/turbine/lower/ |
D | Lower.java | 578 return new ElementValue.ConstValue((Const.Value) value); in annotationValue()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-actions_test.cc | 1249 TEST(ByRefTest, ConstValue) { in TEST() argument
|
/external/apache-commons-bcel/docs/ |
D | generic.mdl | 2402 name "ConstValue" 2554 name "ConstValue"
|
/external/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 1236 TEST(ByRefTest, ConstValue) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8666 const APInt &ConstValue = C->getAPIntValue(); in performMulCombine() local 8681 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in performMulCombine() 8696 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() 8704 if (ConstValue.isNonNegative()) { in performMulCombine() 8709 APInt CVPlus1 = ConstValue + 1; in performMulCombine() 8721 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() 8722 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 1474 SDValue ConstValue = DAG.getConstant(Vec.getScalarValueSizeInBits() - 1, in truncateVecElts() local 1476 SDValue SplatVec = getBuildVectorSplat(ResTy, ConstValue, BigEndian, DAG); in truncateVecElts()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 18514 APInt ConstValue; in LowerVSETCC() local 18516 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) { in LowerVSETCC() 18517 if (ConstValue.isMinSignedValue()) in LowerVSETCC() 18519 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()
|