Home
last modified time | relevance | path

Searched refs:getConstantValue (Results 1 – 25 of 39) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp523 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue() function in ExecutionEngine
548 GenericValue Result = getConstantValue(Op0); in getConstantValue()
557 GenericValue GV = getConstantValue(Op0); in getConstantValue()
563 GenericValue GV = getConstantValue(Op0); in getConstantValue()
569 GenericValue GV = getConstantValue(Op0); in getConstantValue()
576 GenericValue GV = getConstantValue(Op0); in getConstantValue()
582 GenericValue GV = getConstantValue(Op0); in getConstantValue()
587 GenericValue GV = getConstantValue(Op0); in getConstantValue()
602 GenericValue GV = getConstantValue(Op0); in getConstantValue()
618 GenericValue GV = getConstantValue(Op0); in getConstantValue()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp595 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue() function in ExecutionEngine
622 Result.AggregateVal[i] = getConstantValue(ElemUndef); in getConstantValue()
649 GenericValue Result = getConstantValue(Op0); in getConstantValue()
658 GenericValue GV = getConstantValue(Op0); in getConstantValue()
664 GenericValue GV = getConstantValue(Op0); in getConstantValue()
670 GenericValue GV = getConstantValue(Op0); in getConstantValue()
677 GenericValue GV = getConstantValue(Op0); in getConstantValue()
683 GenericValue GV = getConstantValue(Op0); in getConstantValue()
688 GenericValue GV = getConstantValue(Op0); in getConstantValue()
703 GenericValue GV = getConstantValue(Op0); in getConstantValue()
[all …]
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp592 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue() function in ExecutionEngine
619 Result.AggregateVal[i] = getConstantValue(ElemUndef); in getConstantValue()
646 GenericValue Result = getConstantValue(Op0); in getConstantValue()
655 GenericValue GV = getConstantValue(Op0); in getConstantValue()
661 GenericValue GV = getConstantValue(Op0); in getConstantValue()
667 GenericValue GV = getConstantValue(Op0); in getConstantValue()
674 GenericValue GV = getConstantValue(Op0); in getConstantValue()
680 GenericValue GV = getConstantValue(Op0); in getConstantValue()
685 GenericValue GV = getConstantValue(Op0); in getConstantValue()
700 GenericValue GV = getConstantValue(Op0); in getConstantValue()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstantString.java120 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantString
129 return (String) getConstantValue(cp); in getBytes()
DConstantModule.java114 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantModule
123 return (String) getConstantValue(cp); in getBytes()
DConstantPackage.java114 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantPackage
123 return (String) getConstantValue(cp); in getBytes()
DConstantClass.java112 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantClass
121 return (String) getConstantValue(cp); in getBytes()
DField.java102 public final ConstantValue getConstantValue() { in getConstantValue() method in Field
131 final ConstantValue cv = getConstantValue(); in toString()
DConstantObject.java31 Object getConstantValue( ConstantPool cp ); in getConstantValue() method
DConstantInteger.java120 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantInteger
DConstantFloat.java121 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantFloat
DConstantLong.java120 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantLong
DConstantDouble.java120 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantDouble
/external/apache-commons-bcel/src/examples/
DTransitiveHull.java113 String class_name = (String) cc.getConstantValue(cp); in visitConstantClass()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldGen.java111 value = ((ConstantObject) c).getConstantValue(cp); in setValue()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h440 GenericValue getConstantValue(const Constant *C);
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DBCELifier.java170 final ConstantValue cv = field.getConstantValue(); in visitField()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h492 GenericValue getConstantValue(const Constant *C);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h504 GenericValue getConstantValue(const Constant *C);
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2495 typename C::PrimType getConstantValue() const { in getConstantValue() function in Ice::ARM32::__anon6a253d620b11::NumericOperands
2513 return Target->shAmtImm(getConstantValue() & 0x1F); in unswappedSrc1RShAmtImm()
2520 return getConstantValue() == 0; in isSrc1ImmediateZero()
2527 return OperandARM32FlexImm::canHoldImm(getConstantValue(), &Rotate, &Imm8); in immediateIsFlexEncodable()
2533 -static_cast<int32_t>(getConstantValue()), &Rotate, &Imm8); in negatedImmediateIsFlexEncodable()
2539 -static_cast<int32_t>(getConstantValue()))); in negatedSrc1F()
2545 ~static_cast<uint32_t>(getConstantValue()), &Rotate, &Imm8); in invertedImmediateIsFlexEncodable()
2551 ~static_cast<uint32_t>(getConstantValue()))); in invertedSrc1F()
2705 const int32_t ShAmtImm = SrcsLo.getConstantValue() & 0x3F; in lowerInt64Arithmetic()
2803 const int32_t ShAmt = SrcsLo.getConstantValue() & 0x3F; in lowerInt64Arithmetic()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h600 Constant *getConstantValue() const { return ConstantValue; } in getConstantValue() function
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp392 static bool getConstantValue(SDValue N, uint32_t &Out) { in getConstantValue() function
508 if (getConstantValue(N->getOperand(0), LHSVal) && in Select()
509 getConstantValue(N->getOperand(1), RHSVal)) { in Select()
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp2375 NewClass->setLeader(CE->getConstantValue()); in performCongruenceFinding()
2497 CondEvaluated = CE->getConstantValue(); in processOutgoingEdges()
3834 return CE->getConstantValue(); in findPHIOfOpsLeader()

12