Home
last modified time | relevance | path

Searched refs:InstA (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp95 static bool domTreeLevelBefore(DominatorTree *DT, const Instruction *InstA, in domTreeLevelBefore() argument
99 if (InstA->getParent() == InstB->getParent()) in domTreeLevelBefore()
100 return InstA->comesBefore(InstB); in domTreeLevelBefore()
102 DomTreeNode *DA = DT->getNode(InstA->getParent()); in domTreeLevelBefore()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp765 bool BT::UseQueueType::Cmp::operator()(const MachineInstr *InstA, in operator ()() argument
771 if (InstA == InstB) in operator ()()
773 const MachineBasicBlock *BA = InstA->getParent(); in operator ()()
792 return getDist(InstA) > getDist(InstB); in operator ()()
H A DHexagonPatterns.td346 InstHexagon InstA, InstHexagon InstB> {
348 (InstA Val:$A, Val:$B)>;
1002 multiclass SelMinMax16_pats<PatFrag CmpOp, InstHexagon InstA,
1006 (InstA IntRegs:$Rs, IntRegs:$Rt)>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1724 auto *InstA = A.getContextInst(); in eliminateConstraints() local
1726 return InstA->comesBefore(InstB); in eliminateConstraints()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td697 defvar InstA = !cast<Instruction>(NAME # "acc");
714 (i32 (InstA $acc, $vec))>;
719 (i32 (InstA $acc, $vec, ARMVCCThen, $pred, zero_reg))>;
722 (i32 (InstA $acc, $vec))>;
725 (i32 (InstA $acc, $vec, ARMVCCThen, $pred, zero_reg))>;
731 (i32 (InstA $acc, $vec))>;
736 (i32 (InstA $acc, $vec, ARMVCCThen, $pred, zero_reg))>;
747 (i32 (InstA $acc, $vec, ARMVCCThen, $pred, zero_reg))>;
803 defvar InstA = !cast<Instruction>(NAME # "acc");
816 (InstA tGPREve
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td558 // * InstA with bitpattern 0b0000????,
562 // The decoder tries to decode a bitpattern that matches both InstA and
569 // decode the bitpattern as InstA too.