Searched refs:BDZ (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchSelector.cpp | 335 I->getOpcode() == PPC::BDZ8 || I->getOpcode() == PPC::BDZ) && in runOnMachineFunction() 376 BuildMI(MBB, I, dl, TII->get(PPC::BDZ)).addImm(2); in runOnMachineFunction() 379 } else if (I->getOpcode() == PPC::BDZ) { in runOnMachineFunction()
|
H A D | PPCCTRLoopsVerify.cpp | 175 Opc == PPC::BDZ8 || Opc == PPC::BDZ) in runOnMachineFunction()
|
H A D | PPCCTRLoops.cpp | 332 unsigned BDZOpcode = Is64Bit ? PPC::BDZ8 : PPC::BDZ; in expandCTRLoops()
|
H A D | PPCInstrInfo.cpp | 1335 LastInst.getOpcode() == PPC::BDZ) { in analyzeBranch() 1404 SecondLastInst.getOpcode() == PPC::BDZ) && in analyzeBranch() 1446 I->getOpcode() != PPC::BDZ8 && I->getOpcode() != PPC::BDZ) in removeBranch() 1459 I->getOpcode() != PPC::BDZ8 && I->getOpcode() != PPC::BDZ) in removeBranch() 1488 (isPPC64 ? PPC::BDZ8 : PPC::BDZ))).addMBB(TBB); in insertBranch() 1505 (isPPC64 ? PPC::BDZ8 : PPC::BDZ))).addMBB(TBB); in insertBranch() 2207 : (isPPC64 ? PPC::BDZ8 : PPC::BDZ))); in PredicateInstruction()
|
H A D | PPCISelLowering.h | 295 BDZ, enumerator
|
H A D | P10InstrResources.td | 326 …Zinto_toc, BCTRL_LWZinto_toc_RM, BCTRL_RM, BCn, BDNZ, BDNZ8, BDNZm, BDNZp, BDZ, BDZ8, BDZm, BDZp, …
|
H A D | PPCISelDAGToDAG.cpp | 5996 case PPCISD::BDZ: { in Select() 6001 : (IsPPC64 ? PPC::BDZ8 : PPC::BDZ), in Select()
|
H A D | PPCInstrInfo.td | 1408 def BDZ : BForm_1<16, 18, 0, 0, (outs), (ins condbrtarget:$BD),
|
H A D | PPCISelLowering.cpp | 1766 case PPCISD::BDZ: return "PPCISD::BDZ"; in getTargetNodeName()
|
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
H A D | cert-threecolumn.pem | 184 BDZ 280 BDZ
|