Home
last modified time | relevance | path

Searched defs:weights (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DControlFlowOps.cpp81 NamedAttrList weights; in parse() local
122 if (auto weights = getBranchWeights()) { in print() local
137 if (auto weights = getBranchWeights()) { in verify() local
[all...]
/llvm-project/llvm/test/tools/llvm-cov/Inputs/
H A Dbranch-c-general.c109 static int weights[] = {1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5}; in switches() local
[all...]
/llvm-project/clang/test/Profile/
H A Dc-general.c230 static int weights[] = {1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5}; in switches() local
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp564 if (auto weights = condBranchOp.getBranchWeights()) { in processBranchConditionalOp() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1640 std::optional<std::pair<uint32_t, uint32_t>> weights; processBranchConditional() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1661 SmallVector<uint32_t> weights(weightsAttr.asArrayRef()); setBranchWeightsMetadata() local
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp596 if (auto weights = op.getBranchWeights()) { matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp437 build(OpBuilder & builder,OperationState & result,Value condition,Block * trueDest,ValueRange trueOperands,Block * falseDest,ValueRange falseOperands,std::optional<std::pair<uint32_t,uint32_t>> weights) build() argument