Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_context.h211 using OpValue = std::pair<mlir::Operation *, int>;
225 llvm::DenseMap<OpValue, int> operand_states_;
226 llvm::DenseMap<OpValue, int> result_states_;
Dquantization_driver.cc118 using OpValue = std::pair<mlir::Operation *, int>; typedef in mlir::quant::__anon14e8d09b0111::QuantizationDriver
378 llvm::DenseMap<OpValue, int> operand_states_;
379 llvm::DenseMap<OpValue, int> result_states_;
/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;
DM680x.java51 public static class OpValue extends Union { class in M680x
68 public OpValue value;
DArm.java29 public static class OpValue extends Union { class in Arm
56 public OpValue value;
DX86.java42 public static class OpValue extends Union { class in X86
55 public OpValue value;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/
DLocal.h55 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); variable
56 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
/external/llvm-project/llvm/include/llvm/Analysis/Utils/
DLocal.h56 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); variable
57 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
/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-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp340 Value *OpValue = nullptr; member
364 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()
365 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
377 return S.OpValue; in isOneOf()
1392 bool canReuseExtract(ArrayRef<Value *> VL, Value *OpValue,
1805 OpValue = OpVal; in init()
1913 Value *OpValue = nullptr; member
1989 if (BundleMember->Inst != BundleMember->OpValue) { in schedule()
2082 void cancelScheduling(ArrayRef<Value *> VL, Value *OpValue);
2436 if (S.OpValue->getType()->isVectorTy()) { in buildTree_rec()
[all …]
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp343 Value *OpValue = nullptr; member
367 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()
368 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
380 return S.OpValue; in isOneOf()
1497 bool canReuseExtract(ArrayRef<Value *> VL, Value *OpValue,
1947 OpValue = OpVal; in init()
2055 Value *OpValue = nullptr; member
2131 if (BundleMember->Inst != BundleMember->OpValue) { in schedule()
2238 void cancelScheduling(ArrayRef<Value *> VL, Value *OpValue);
2592 if (S.OpValue->getType()->isVectorTy()) { in buildTree_rec()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp991 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue) { in propagateIRFlags() argument
995 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags()
996 : dyn_cast<Instruction>(OpValue); in propagateIRFlags()
1005 if (OpValue == nullptr || Opcode == Instr->getOpcode()) in propagateIRFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h341 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr);
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp1070 llvm::Constant *OpValue, *PaddedOp; in constWithPadding() local
1072 OpValue = llvm::Constant::getNullValue(ElemTy); in constWithPadding()
1073 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1077 OpValue = constant->getAggregateElement(Op); in constWithPadding()
1078 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1294 auto *OpValue = cast<llvm::Constant>(constant->getOperand(Op)); in replaceUndef() local
1295 Values[Op] = replaceUndef(CGM, isPattern, OpValue); in replaceUndef()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h392 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr);
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1105 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue) { in propagateIRFlags() argument
1109 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags()
1110 : dyn_cast<Instruction>(OpValue); in propagateIRFlags()
1119 if (OpValue == nullptr || Opcode == Instr->getOpcode()) in propagateIRFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2113 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues() local
2116 assert(!is_contained(ChainToBase, OpValue) && in rematerializeLiveValues()
2120 assert(OpValue != RootOfChain && OpValue != AlternateLiveBase); in rematerializeLiveValues()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2271 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues() local
2274 assert(!is_contained(ChainToBase, OpValue) && in rematerializeLiveValues()
2278 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()