Searched refs:InstA (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeMoverUtils.cpp | 95 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 D | BitTracker.cpp | 760 bool BT::UseQueueType::Cmp::operator()(const MachineInstr *InstA, in operator ()() argument 766 if (InstA == InstB) in operator ()() 768 const MachineBasicBlock *BA = InstA->getParent(); in operator ()() 787 return getDist(InstA) > getDist(InstB); in operator ()()
|
| H A D | HexagonPatterns.td | 354 InstHexagon InstA, InstHexagon InstB> { 356 (InstA Val:$A, Val:$B)>; 1027 multiclass SelMinMax16_pats<PatFrag CmpOp, InstHexagon InstA, 1031 (InstA IntRegs:$Rs, IntRegs:$Rt)>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 1832 auto *InstA = A.getContextInst(); in eliminateConstraints() local 1834 return InstA->comesBefore(InstB); in eliminateConstraints()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrMVE.td | 698 defvar InstA = !cast<Instruction>(NAME # "acc"); 715 (i32 (InstA $acc, $vec))>; 720 (i32 (InstA $acc, $vec, ARMVCCThen, $pred, zero_reg))>; 723 (i32 (InstA $acc, $vec))>; 726 (i32 (InstA $acc, $vec, ARMVCCThen, $pred, zero_reg))>; 732 (i32 (InstA $acc, $vec))>; 737 (i32 (InstA $acc, $vec, ARMVCCThen, $pred, zero_reg))>; 748 (i32 (InstA $acc, $vec, ARMVCCThen, $pred, zero_reg))>; 804 defvar InstA = !cast<Instruction>(NAME # "acc"); 817 (InstA tGPREven:$acclo, tGPROdd:$acchi, (v4i32 MQPR:$vec))>; [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 563 // * InstA with bitpattern 0b0000????, 567 // The decoder tries to decode a bitpattern that matches both InstA and 574 // decode the bitpattern as InstA too.
|