Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp918 const bool IsTiny = STI.hasFeature(Hexagon::ProcTinyCore); in packetSizeSlots() local
977 const bool IsTiny = STI.getFeatureBits() [Hexagon::ProcTinyCore]; in requiresSlot() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4095 bool IsTiny = TM.getCodeModel() == CodeModel::Tiny; emitLoadFromConstantPool() local