Home
last modified time | relevance | path

Searched refs:SelectionControl (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/
DSPIRVBaseInfo.h139 namespace SelectionControl {
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVSymbolicOperands.td1243 // Multiclass used to define SelectionControl enum values and at the same time
1247 def SelectionControl : GenericEnum, Operand<i32> {
1248 let FilterClass = "SelectionControl";
1254 class SelectionControl<string name, bits<32> value> {
1260 def : SelectionControl<NAME, value>;
DSPIRVInstrInfo.td583 def OpSelectionMerge: Op<247, (outs), (ins ID:$merge, SelectionControl:$sc),
/external/angle/third_party/spirv-tools/src/test/
Doperand_capabilities_test.cpp595 SelectionControl, EnumCapabilityTest,
/external/deqp-deps/SPIRV-Tools/test/
Doperand_capabilities_test.cpp595 SelectionControl, EnumCapabilityTest,
/external/swiftshader/third_party/SPIRV-Tools/test/
Doperand_capabilities_test.cpp595 SelectionControl, EnumCapabilityTest,
/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs1254 selection_control: SelectionControl,
5410 selection_control: SelectionControl::parse(reader)?, in parse()
9540 pub struct SelectionControl { struct
9544 impl SelectionControl { argument
9546 fn parse(reader: &mut InstructionReader<'_>) -> Result<SelectionControl, ParseError> { in parse() argument