Home
last modified time | relevance | path

Searched refs:JTE (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64BranchTargets.cpp74 for (auto &JTE : JTI->getJumpTables()) in runOnMachineFunction() local
75 for (auto *MBB : JTE.MBBs) in runOnMachineFunction()
HDAArch64InstrInfo.cpp9419 auto containsMBB = [&MBB](const MachineJumpTableEntry &JTE) { in isMBBSafeToSplitToCold() argument
9420 return llvm::is_contained(JTE.MBBs, &MBB); in isMBBSafeToSplitToCold()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp1322 for (MachineJumpTableEntry &JTE : JumpTables) { in RemoveMBBFromJumpTables()
1323 auto removeBeginItr = std::remove(JTE.MBBs.begin(), JTE.MBBs.end(), MBB); in RemoveMBBFromJumpTables()
1324 MadeChange |= (removeBeginItr != JTE.MBBs.end()); in RemoveMBBFromJumpTables()
1325 JTE.MBBs.erase(removeBeginItr, JTE.MBBs.end()); in RemoveMBBFromJumpTables()
1337 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable() local
1338 for (MachineBasicBlock *&MBB : JTE.MBBs) in ReplaceMBBInJumpTable()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantIslandPass.cpp758 for (const MachineJumpTableEntry &JTE : JTI->getJumpTables()) in scanFunctionJumpTables() local
759 for (const MachineBasicBlock *MBB : JTE.MBBs) { in scanFunctionJumpTables()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelLowering.cpp2480 unsigned JTE = getJumpTableEncoding(); in emitSjLjDispatchBlock() local
2481 MachineJumpTableInfo *JTI = MF->getOrCreateJumpTableInfo(JTE); in emitSjLjDispatchBlock()
2559 switch (JTE) { in emitSjLjDispatchBlock()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp36339 unsigned JTE = getJumpTableEncoding(); in EmitSjLjDispatchBlock() local
36340 MachineJumpTableInfo *JTI = MF->getOrCreateJumpTableInfo(JTE); in EmitSjLjDispatchBlock()
36391 switch (JTE) { in EmitSjLjDispatchBlock()