Home
last modified time | relevance | path

Searched refs:falseWeight (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp695 auto falseWeight = in convertOperation() local
700 static_cast<uint32_t>(falseWeight)); in convertOperation()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1203 IntegerAttr trueWeight, falseWeight; in parseBranchConditionalOp() local
1209 parser.parseAttribute(falseWeight, i32Type, "weight", weights) || in parseBranchConditionalOp()
1214 builder.getArrayAttr({trueWeight, falseWeight})); in parseBranchConditionalOp()