Home
last modified time | relevance | path

Searched defs:LogicOp (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp739 struct LogicOp { struct
740 LogicOp() : RegSize(0), ImmLSB(0), ImmSize(0) {} in LogicOp() argument
741 LogicOp(unsigned regSize, unsigned immLSB, unsigned immSize) in LogicOp() argument
744 explicit operator bool() const { return RegSize; } in operator bool()
746 unsigned RegSize, ImmLSB, ImmSize;
/external/rust/crates/vulkano/src/pipeline/
Dblend.rs196 pub enum LogicOp { enum
231 impl From<LogicOp> for ash::vk::LogicOp { implementation
238 impl Default for LogicOp { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp911 struct LogicOp { struct
913 LogicOp(unsigned regSize, unsigned immLSB, unsigned immSize) in LogicOp() argument
916 explicit operator bool() const { return RegSize; } in operator bool()
918 unsigned RegSize = 0;
919 unsigned ImmLSB = 0;
920 unsigned ImmSize = 0;
/external/deqp-deps/amber/src/
Dcommand_data.h87 enum class LogicOp : uint8_t { enum
/external/angle/src/libANGLE/capture/
Dgl_enum_utils_autogen.h113 LogicOp, enumerator
/external/angle/src/tests/gles1_conformance_tests/
DConformanceTests.cpp273 TEST_P(GLES1ConformanceTest, LogicOp) in TEST_P() argument
DCovglTests.cpp342 TEST_P(GLES1CovglTest, LogicOp) in TEST_P() argument
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1168 Value *LogicOp = Builder->CreateBinOp(Opcode, Op0NotVal, Op1NotVal, in matchDeMorgansLaws() local
1186 Value *LogicOp = Builder->CreateBinOp(Opcode, A, B, in matchDeMorgansLaws() local
/external/rust/crates/ash/src/vk/
Denums.rs493 pub struct LogicOp(pub(crate) i32); struct
494 impl LogicOp { impl
502 impl LogicOp { implementation
Dconst_debugs.rs2399 impl fmt::Debug for LogicOp { implementation
Dextensions.rs24462 _logic_op: LogicOp, in load()
24522 pub unsafe fn cmd_set_logic_op_ext(&self, command_buffer: CommandBuffer, logic_op: LogicOp) { in cmd_set_logic_op_ext()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5489 BinaryOperator *LogicOp; in splitBranchCondition() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2668 SDValue IntegerCompareEliminator::computeLogicOpInGPR(SDValue LogicOp) { in computeLogicOpInGPR()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp7348 BinaryOperator *LogicOp; in splitBranchCondition() local
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser_test.cc1933 TEST_P(CommandDataPipelineLogicOpParser, LogicOp) { in TEST_P() argument
/external/mesa3d/src/mesa/main/
Dmtypes.h443 GLenum16 LogicOp; /**< Logic operator */ member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7229 SDValue LogicOp = Shift->getOperand(0); in combineShiftOfShiftedLogic() local
/external/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp4025 enum class LogicOp enum
/external/swiftshader/include/vulkan/
Dvulkan_enums.hpp3748 enum class LogicOp enum
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_enums.hpp3749 enum class LogicOp enum
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp14361 unsigned LogicOp = in LowerFABSorFNEG() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp20465 unsigned LogicOp = IsFABS ? X86ISD::FAND : in LowerFABSorFNEG() local