Home
last modified time | relevance | path

Searched defs:AndI (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Scalar/
DConstraintElimination.cpp239 auto *AndI = cast<Instruction>(Br->getCondition()); in eliminateConstraints() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp569 if (auto *AndI = dyn_cast<Instruction>(And)) { in foldShiftedShift() local
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp1107 auto AndI = BuildMI(MBB, InsertBefore, I.getDebugLoc(), TII.get(Opcodes.AND)) in select() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp592 if (auto *AndI = dyn_cast<Instruction>(And)) { in foldShiftedShift() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp1109 auto AndI = BuildMI(MBB, InsertBefore, I.getDebugLoc(), TII.get(Opcodes.AND)) in select() local
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2750 SDValue AndI(CurDAG->getMachineNode(Opcode, dl, InVT, MVT::Glue, in Select() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h507 virtual bool isMaskAndCmp0FoldingBeneficial(const Instruction &AndI) const { in isMaskAndCmp0FoldingBeneficial()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp4849 SDValue AndI(CurDAG->getMachineNode(Opcode, dl, InVT, MVT::Glue, in Select() local
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h642 virtual bool isMaskAndCmp0FoldingBeneficial(const Instruction &AndI) const { in isMaskAndCmp0FoldingBeneficial()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp5010 SDValue AndI(CurDAG->getMachineNode(Opcode, dl, InVT, MVT::Glue, in Select() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1529 static bool sinkAndCmp0Expression(Instruction *AndI, in sinkAndCmp0Expression()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1628 static bool sinkAndCmp0Expression(Instruction *AndI, in sinkAndCmp0Expression()