Searched refs:processValue (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertFromLLVMIR.cpp | 76 Value processValue(llvm::Value *value); 382 Value Importer::processValue(llvm::Value *value) { in processValue() function in Importer 516 Value value = processValue(PN->getIncomingValueForBlock(br->getParent())); in processBranchArgs() 574 Value value = processValue(op); in processInstruction() 592 Value lhs = processValue(inst->getOperand(0)); in processInstruction() 593 Value rhs = processValue(inst->getOperand(1)); in processInstruction() 606 Value condition = processValue(brInst->getCondition()); in processInstruction() 643 Value arg = processValue(op.get()); in processInstruction() 661 Value calledValue = processValue(ci->getCalledOperand()); in processInstruction() 695 ops.push_back(processValue(op.get())); in processInstruction() [all …]
|
/external/skia/src/effects/imagefilters/ |
D | SkBlurImageFilter.cpp | 271 auto processValue = [&](const Sk4u& leadingEdge) -> Sk4u { in blur_one_direction() local 311 (void) processValue(leadingEdge); in blur_one_direction() 321 SkNx_cast<uint8_t>(processValue(leadingEdge)).store(dstCursor); in blur_one_direction() 332 SkNx_cast<uint8_t>(processValue(0u)).store(dstCursor); in blur_one_direction()
|
/external/skqp/src/effects/imagefilters/ |
D | SkBlurImageFilter.cpp | 318 auto processValue = [&](const Sk4u& leadingEdge) -> Sk4u { in blur_one_direction() local 358 (void) processValue(leadingEdge); in blur_one_direction() 368 SkNx_cast<uint8_t>(processValue(leadingEdge)).store(dstCursor); in blur_one_direction() 379 SkNx_cast<uint8_t>(processValue(0u)).store(dstCursor); in blur_one_direction()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 66 void processValue(const Module &M, const DbgValueInst *DVI);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 74 void processValue(const Module &M, const DbgValueInst *DVI);
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | RegionUtils.cpp | 185 static void processValue(Value value, LiveMap &liveMap) { in processValue() function 246 processValue(value, liveMap); in propagateLiveness() 264 processValue(value, liveMap); in propagateLiveness()
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 173 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() function in DebugInfoFinder
|
/external/llvm-project/mlir/lib/Rewrite/ |
D | ByteCode.cpp | 430 auto processValue = [&](Value value, Operation *firstUseOrDef) { in allocateMemoryIndices() local 446 processValue(liveIn, &block.front()); in allocateMemoryIndices() 451 processValue(result, &op); in allocateMemoryIndices()
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTAttributeDef.java | 1381 Object processValue( in processValue() method in XSLTAttributeDef 1601 Object value = processValue(handler, attrUri, attrLocalName, in setAttrValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 111 processValue(M, DVI); in processInstruction() 213 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() function in DebugInfoFinder
|