Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp902 struct LogicOp { struct
904 LogicOp(unsigned regSize, unsigned immLSB, unsigned immSize) in LogicOp() argument
907 explicit operator bool() const { return RegSize; } in operator bool()
909 unsigned RegSize = 0;
910 unsigned ImmLSB = 0;
911 unsigned ImmSize = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2908 SDValue IntegerCompareEliminator::computeLogicOpInGPR(SDValue LogicOp) { in computeLogicOpInGPR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8120 Instruction *LogicOp; in splitBranchCondition() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7944 SDValue LogicOp = Shift->getOperand(0); in combineShiftOfShiftedLogic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21919 unsigned LogicOp = IsFABS ? X86ISD::FAND : in LowerFABSorFNEG() local