/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_context.h | 211 using OpValue = std::pair<mlir::Operation *, int>; 225 llvm::DenseMap<OpValue, int> operand_states_; 226 llvm::DenseMap<OpValue, int> result_states_;
|
D | quantization_driver.cc | 118 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/ |
D | Xcore.java | 28 public static class OpValue extends Union { class in Xcore 36 public OpValue value;
|
D | Mips.java | 26 public static class OpValue extends Union { class in Mips 39 public OpValue value;
|
D | Sparc.java | 27 public static class OpValue extends Union { class in Sparc 35 public OpValue value;
|
D | Systemz.java | 28 public static class OpValue extends Union { class in Systemz 36 public OpValue value;
|
D | Ppc.java | 37 public static class OpValue extends Union { class in Ppc 46 public OpValue value;
|
D | Arm64.java | 27 public static class OpValue extends Union { class in Arm64 60 public OpValue value;
|
D | M680x.java | 51 public static class OpValue extends Union { class in M680x 68 public OpValue value;
|
D | Arm.java | 29 public static class OpValue extends Union { class in Arm 56 public OpValue value;
|
D | X86.java | 42 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/ |
D | Local.h | 55 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); variable 56 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
|
/external/llvm-project/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 56 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); variable 57 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 216 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/ |
D | SLPVectorizer.cpp | 340 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/ |
D | SLPVectorizer.cpp | 343 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/ |
D | LoopUtils.cpp | 991 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/ |
D | LoopUtils.h | 341 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDecl.cpp | 1070 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/ |
D | LoopUtils.h | 392 void propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue = nullptr);
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 1105 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/ |
D | RewriteStatepointsForGC.cpp | 2113 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/ |
D | RewriteStatepointsForGC.cpp | 2271 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/ |
D | RewriteStatepointsForGC.cpp | 1931 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues() local 1932 assert(std::find(ChainToBase.begin(), ChainToBase.end(), OpValue) == in rematerializeLiveValues()
|