Home
last modified time | relevance | path

Searched refs:IsTiny (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAVR.cpp28 bool IsTiny; // Set to true for the devices belong to the avrtiny family. member
368 ABI = It->IsTiny ? "avrtiny" : "avr"; in setCPU()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp910 const bool IsTiny = STI.getFeatureBits()[Hexagon::ProcTinyCore]; in packetSizeSlots() local
912 return IsTiny ? (HEXAGON_PACKET_SIZE - 1) : HEXAGON_PACKET_SIZE; in packetSizeSlots()
969 const bool IsTiny = STI.getFeatureBits() [Hexagon::ProcTinyCore]; in requiresSlot() local
971 (IsTiny && Hexagon::A2_nop == OpCode) || in requiresSlot()
972 (IsTiny && Hexagon::J4_hintjumpr == OpCode); in requiresSlot()