Searched refs:SPH (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopIdiomVectorize.cpp | 1192 BasicBlock *SPH = SplitBlock(Preheader, Preheader->getTerminator(), DT, LI, in expandFindFirstByte() local 1215 BasicBlock *BB0 = BasicBlock::Create(Ctx, "mem_check", SPH->getParent(), SPH); in expandFindFirstByte() 1217 BasicBlock::Create(Ctx, "find_first_vec_header", SPH->getParent(), SPH); in expandFindFirstByte() 1219 BasicBlock::Create(Ctx, "match_check_vec", SPH->getParent(), SPH); in expandFindFirstByte() 1221 BasicBlock::Create(Ctx, "calculate_match", SPH->getParent(), SPH); in expandFindFirstByte() 1223 BasicBlock::Create(Ctx, "needle_check_vec", SPH->getParent(), SPH); in expandFindFirstByte() 1225 BasicBlock::Create(Ctx, "search_check_vec", SPH->getParent(), SPH); in expandFindFirstByte() 1250 DTU.applyUpdates({{DominatorTree::Delete, Preheader, SPH}, in expandFindFirstByte() 1286 BranchInst *CombinedPageBr = Builder.CreateCondBr(CombinedPageCmp, SPH, BB1); in expandFindFirstByte() 1290 {{DominatorTree::Insert, BB0, SPH}, {DominatorTree::Insert, BB0, BB1}}); in expandFindFirstByte()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRRegisterInfo.td | 69 def SPH : AVRReg<33, "SPH">, DwarfRegNum<[33]>; 73 def SP : AVRReg<32, "SP", [SPL, SPH]>, DwarfRegNum<[32]>;
|
| H A D | AVRRegisterInfo.cpp | 65 Reserved.set(AVR::SPH); in getReservedRegs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 611 Reserved.set(X86::SPH); in getReservedRegs() 648 X86::SIH, X86::DIH, X86::BPH, X86::SPH})); in getReservedRegs()
|
| H A D | X86RegisterInfo.td | 122 def SPH : X86Reg<"", -1>; 198 def SP : X86Reg<"sp", 4, [SPL,SPH]>; 564 (add SIH, DIH, BPH, SPH, R8BH, R9BH, R10BH, R11BH,
|
| /freebsd/sys/dev/axgbe/ |
| H A D | xgbe-dev.c | 322 XGMAC_DMA_IOWRITE_BITS(pdata->channel[i], DMA_CH_CR, SPH, 1); in xgbe_config_sph_mode() 325 XGMAC_DMA_IOWRITE_BITS(pdata->channel[i], DMA_CH_CR, SPH, 0); in xgbe_config_sph_mode() 329 int val = XGMAC_DMA_IOREAD_BITS(pdata->channel[i], DMA_CH_CR, SPH); in xgbe_config_sph_mode()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 24911 # SPH Set Page Home * \E [ Ps SPC G - - -
|