Home
last modified time | relevance | path

Searched refs:OpValue (Results 1 – 15 of 15) sorted by relevance

/external/capstone/bindings/java/capstone/
DXcore.java28 public static class OpValue extends Union { class in Xcore
36 public OpValue value;
DMips.java26 public static class OpValue extends Union { class in Mips
39 public OpValue value;
DSparc.java27 public static class OpValue extends Union { class in Sparc
35 public OpValue value;
DSystemz.java28 public static class OpValue extends Union { class in Systemz
36 public OpValue value;
DPpc.java37 public static class OpValue extends Union { class in Ppc
46 public OpValue value;
DArm64.java27 public static class OpValue extends Union { class in Arm64
60 public OpValue value;
DX86.java29 public static class OpValue extends Union { class in X86
43 public OpValue value;
DArm.java28 public static class OpValue extends Union { class in Arm
55 public OpValue value;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/
DLocal.h58 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue(); variable
59 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp307 Value *OpValue = nullptr; member
331 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()
332 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
344 return S.OpValue; in isOneOf()
623 bool canReuseExtract(ArrayRef<Value *> VL, Value *OpValue,
844 OpValue = OpVal; in init()
950 Value *OpValue = nullptr; member
1020 if (BundleMember->Inst != BundleMember->OpValue) { in schedule()
1093 void cancelScheduling(ArrayRef<Value *> VL, Value *OpValue);
1407 if (S.OpValue->getType()->isVectorTy()) { in buildTree_rec()
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h216 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue(); variable
217 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1724 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue) { in propagateIRFlags() argument
1728 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags()
1729 : dyn_cast<Instruction>(OpValue); in propagateIRFlags()
1738 if (OpValue == nullptr || Opcode == Instr->getOpcode()) in propagateIRFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h549 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2117 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues() local
2120 assert(!is_contained(ChainToBase, OpValue) && in rematerializeLiveValues()
2124 assert(OpValue != RootOfChain && OpValue != AlternateLiveBase); in rematerializeLiveValues()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1931 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues() local
1932 assert(std::find(ChainToBase.begin(), ChainToBase.end(), OpValue) == in rematerializeLiveValues()