Searched refs:ASI (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SelectOptimize.cpp | 256 bool isConvertToBranchProfitableBase(const SelectGroup &ASI); 261 bool hasExpensiveColdOperand(const SelectGroup &ASI); 518 for (SelectGroup &ASI : ProfSIGroups) { in convertProfitableSIGroups() 560 for (SelectLike &SI : ASI.Selects) { in convertProfitableSIGroups() 609 SelectLike &SI = ASI.Selects.front(); in convertProfitableSIGroups() 610 SelectLike &LastSI = ASI.Selects.back(); in convertProfitableSIGroups() 628 auto NIt = ASI.Selects.begin(); in convertProfitableSIGroups() 630 if (NIt != ASI.Selects.end() && &*DIt == NIt->getI()) in convertProfitableSIGroups() 670 if (!TrueSlicesInterleaved.empty() || HasSelectLike(ASI, true)) { in convertProfitableSIGroups() 678 if (!FalseSlicesInterleaved.empty() || HasSelectLike(ASI, false)) { in convertProfitableSIGroups() [all …]
|
| H A D | CodeGenPrepare.cpp | 7517 SmallVector<SelectInst *, 2> ASI; in optimizeSelectInst() local 7518 ASI.push_back(SI); in optimizeSelectInst() 7523 ASI.push_back(I); in optimizeSelectInst() 7529 SelectInst *LastSI = ASI.back(); in optimizeSelectInst() 7536 for (SelectInst *SI : ArrayRef(ASI).drop_front()) in optimizeSelectInst() 7590 for (SelectInst *SI : ASI) { in optimizeSelectInst() 7672 SmallPtrSet<const Instruction *, 2> INS(llvm::from_range, ASI); in optimizeSelectInst() 7676 for (SelectInst *SI : llvm::reverse(ASI)) { in optimizeSelectInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcASITags.td | 10 // SPARCv9 ASI.
|
| H A D | SparcInstrInfo.td | 1776 // On the other hand, CASA that takes its ASI from a register 1987 // Same pattern as CASArr above, but with a different ASI.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 257 unsigned ASI; member 354 return ASI; in getASITag() 505 Op->ASI = Val; in CreateASITag()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1423 NewOpc = SystemZ::ASI; in tryFoldLoadStoreIntoMemOperand()
|
| H A D | SystemZInstrInfo.cpp | 1275 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
|
| H A D | SystemZInstrInfo.td | 1055 def ASI : BinarySIY<"asi", 0xEB6A, add, imm32sx8>;
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 25422 0860 DTA-2144(B) Quad ASI/SDI in+out 25423 0861 DTA-2145 ASI/SDI in+out with bypass relay 25424 087c DTA-2172 Dual 3G-SDI/ASI ports 25425 087e DTA-2174 Quad 3G-SDI/ASI in+out 25426 087f DTA-2175 3G-SDI/ASI input+output with bypass relay 25427 0882 DTA-2178 Octal 12G-SDI/ASI ports with genlock 25428 a882 DTA-2178-ASI Octal ASI Ports 25429 b87e DTA-2174B Quad 3G-SDI/ASI ports (1x12G) with genlock 25996 f1c4 Dual ASI-RX/TX-CI card
|