Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp739 struct LogicOp { struct
740 LogicOp() : RegSize(0), ImmLSB(0), ImmSize(0) {} in LogicOp() function
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;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp911 struct LogicOp { struct
913 LogicOp(unsigned regSize, unsigned immLSB, unsigned immSize) in LogicOp() function
916 explicit operator bool() const { return RegSize; } in operator bool()
918 unsigned RegSize = 0;
919 unsigned ImmLSB = 0;
920 unsigned ImmSize = 0;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp911 struct LogicOp { struct
913 LogicOp(unsigned regSize, unsigned immLSB, unsigned immSize) in LogicOp() function
916 explicit operator bool() const { return RegSize; } in operator bool()
918 unsigned RegSize = 0;
919 unsigned ImmLSB = 0;
920 unsigned ImmSize = 0;
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/ext/
Dextended_dynamic_state2.rs58 logic_op: vk::LogicOp, in cmd_set_logic_op()
Dshader_object.rs306 logic_op: vk::LogicOp, in cmd_set_logic_op()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dcolor_blend.rs207 impl Default for LogicOp { implementation
/aosp_15_r20/external/angle/src/common/
H A Dgl_enum_utils_autogen.h104 LogicOp, enumerator
313 LogicOp, enumerator
/aosp_15_r20/external/deqp-deps/amber/src/
Dcommand_data.h87 enum class LogicOp : uint8_t { enum
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1168 Value *LogicOp = Builder->CreateBinOp(Opcode, Op0NotVal, Op1NotVal, in matchDeMorgansLaws() local
1186 Value *LogicOp = Builder->CreateBinOp(Opcode, A, B, in matchDeMorgansLaws() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3d11_1.h156 D3D11_LOGIC_OP LogicOp; member
/aosp_15_r20/external/angle/src/tests/gles1_conformance_tests/
H A DConformanceTests.cpp280 TEST_P(GLES1ConformanceTest, LogicOp) in TEST_P() argument
H A DCovglTests.cpp342 TEST_P(GLES1CovglTest, LogicOp) in TEST_P() argument
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Ddynamic_state.rs2058 pub unsafe fn set_logic_op(&mut self, logic_op: LogicOp) { in set_logic_op()
2665 pub unsafe fn set_logic_op(&mut self, logic_op: LogicOp) { in set_logic_op()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs1356 pub fn logic_op(&self) -> Option<LogicOp> { in logic_op()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs543 pub struct LogicOp(pub(crate) i32); struct
544 impl LogicOp { impl
554 impl LogicOp { implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2668 SDValue IntegerCompareEliminator::computeLogicOpInGPR(SDValue LogicOp) { in computeLogicOpInGPR()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5489 BinaryOperator *LogicOp; in splitBranchCondition() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2926 SDValue IntegerCompareEliminator::computeLogicOpInGPR(SDValue LogicOp) { in computeLogicOpInGPR()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetLowering.h4319 const SDNode *LogicOp, const SDNode *SETCC0, const SDNode *SETCC1) const { in isDesirableToCombineLogicOpOfSETCC()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetLowering.h4242 const SDNode *LogicOp, const SDNode *SETCC0, const SDNode *SETCC1) const { in isDesirableToCombineLogicOpOfSETCC()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetLowering.h4213 const SDNode *LogicOp, const SDNode *SETCC0, const SDNode *SETCC1) const { in isDesirableToCombineLogicOpOfSETCC()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetLowering.h4242 const SDNode *LogicOp, const SDNode *SETCC0, const SDNode *SETCC1) const { in isDesirableToCombineLogicOpOfSETCC()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7348 BinaryOperator *LogicOp; in splitBranchCondition() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DStateChangeTest.cpp10155 TEST_P(StateChangeTestES3, LogicOp) in TEST_P() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8411 Instruction *LogicOp; in splitBranchCondition() local

123