Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h612 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
H A DARMPredicates.td62 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
H A DARMAsmPrinter.cpp685 if (STI.hasV7Ops()) in emitAttributes()
H A DARMFrameLowering.cpp362 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
H A DARMISelLowering.cpp4063 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH()
17154 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses()
19525 if (!Subtarget->hasV7Ops()) in emitAtomicCmpXchgNoStoreLLBalance()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3799 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadShift() local
3850 if (!hasV7Ops) in DecodeT2LoadShift()
3854 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
3887 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm8() local
3938 if (!hasV7Ops) in DecodeT2LoadImm8()
3942 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
3968 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm12() local
4018 if (!hasV7Ops) in DecodeT2LoadImm12()
4022 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()
4085 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadLabel() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp541 bool hasV7Ops() const { in hasV7Ops() function in __anonad70014b0111::ARMAsmParser
7926 if (!hasV7Ops()) in validateInstruction()