/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | ControlFlowOps.cpp | 81 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 D | branch-c-general.c | 109 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 D | c-general.c | 230 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 D | SerializeOps.cpp | 564 if (auto weights = condBranchOp.getBranchWeights()) { in processBranchConditionalOp() local
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | Deserializer.cpp | 1640 std::optional<std::pair<uint32_t, uint32_t>> weights; processBranchConditional() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleTranslation.cpp | 1661 SmallVector<uint32_t> weights(weightsAttr.asArrayRef()); setBranchWeightsMetadata() local
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 596 if (auto weights = op.getBranchWeights()) { matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 437 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
|