Home
last modified time | relevance | path

Searched refs:QB (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDSPInstrFormats.td64 // ADDU.QB sub-class format.
92 // CMPU.EQ.QB sub-class format.
161 // SHLL.QB sub-class format.
191 // ADDUH.QB sub-class format.
H A DMipsScheduleGeneric.td1158 (instregex "^Pseudo(CMP|CMPU)_(EQ|LE|LT)_(PH|QB)$")>;
1160 (instregex "^PseudoPICK_(PH|QB)$")>;
/freebsd/crypto/openssl/test/certs/
H A Dext-aAissuingDistributionPoint.pem10 MBwxGjAYBgNVBAMMEVdpbGRib2FyIFNvZnR3YXJlgQIFIIIB/4QB/zALBgkqhkiG
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4338 IRBuilder<> QB(PostBB, PostBBFirst); in mergeConditionalStoreToAddress() local
4339 QB.SetCurrentDebugLocation(PostBBFirst->getStableDebugLoc()); in mergeConditionalStoreToAddress()
4341 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond); in mergeConditionalStoreToAddress()
4342 Value *QPred = QStore->getParent() == QTB ? QCond : QB.CreateNot(QCond); in mergeConditionalStoreToAddress()
4345 PPred = QB.CreateNot(PPred); in mergeConditionalStoreToAddress()
4347 QPred = QB.CreateNot(QPred); in mergeConditionalStoreToAddress()
4348 Value *CombinedPred = QB.CreateOr(PPred, QPred); in mergeConditionalStoreToAddress()
4350 BasicBlock::iterator InsertPt = QB.GetInsertPoint(); in mergeConditionalStoreToAddress()
4355 QB.SetInsertPoint(T); in mergeConditionalStoreToAddress()
4356 StoreInst *SI = cast<StoreInst>(QB.CreateStore(QPHI, Address)); in mergeConditionalStoreToAddress()
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux71 M'A$*25QB$Y_X.RE2T8I$P.)#)]A%I89QC&7\:?3`R$:(5E2.1*_CU_&H1]3D
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleZnver4.td1651 "(V?)PMOV(S?|US?)(DB|DW|QB|QD|QW|WB)(Z128|Z256)(rr|rrk|rrkz)"
1669 "(V?)PMOV(S?|US?)(DB|DW|QB|QD|QW|WB)Z(rr|rrk|rrkz)"
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td2123 def VBF1CVT_BF16_MF8 : VInst<"vcvt1_bf16_mf8_fpm", "(QB).V", "m">;
2125 def VBF2CVTL_BF16_MF8 : VInst<"vcvt2_bf16_mf8_fpm", "(QB).V", "m">;