Home
last modified time | relevance | path

Searched refs:processValue (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp76 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/
DSkBlurImageFilter.cpp271 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/
DSkBlurImageFilter.cpp318 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/
DDebugInfo.h66 void processValue(const Module &M, const DbgValueInst *DVI);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h74 void processValue(const Module &M, const DbgValueInst *DVI);
/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp185 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/
DDebugInfo.cpp173 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() function in DebugInfoFinder
/external/llvm-project/mlir/lib/Rewrite/
DByteCode.cpp430 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/
DXSLTAttributeDef.java1381 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/
DDebugInfo.cpp111 processValue(M, DVI); in processInstruction()
213 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() function in DebugInfoFinder