Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.h193 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
DARMInstrInfo.td180 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
DARMISelLowering.cpp2332 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH()
/external/llvm/lib/Target/ARM/
DARMSubtarget.h400 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
DARMAsmPrinter.cpp595 else if (Subtarget->hasV7Ops()) { in getArchForCPU()
662 if (STI.hasV7Ops() || isV8M(&STI)) { in emitAttributes()
760 if (STI.hasV7Ops()) in emitAttributes()
DARMFrameLowering.cpp241 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
DARMISelDAGToDAG.cpp3847 if (!Subtarget->hasV7Ops() && SYSmvalue >= 0x11 && SYSmvalue <= 0x13) in getMClassRegisterMask()
DARMISelLowering.cpp3043 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH()
11116 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses()
12526 if (!Subtarget->hasV7Ops()) in emitAtomicCmpXchgNoStoreLLBalance()
DARMInstrInfo.td212 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp3367 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadShift() local
3417 if (!hasV7Ops) in DecodeT2LoadShift()
3421 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
3454 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm8() local
3505 if (!hasV7Ops) in DecodeT2LoadImm8()
3509 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
3535 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm12() local
3585 if (!hasV7Ops) in DecodeT2LoadImm12()
3589 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()
3652 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadLabel() local
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp117 bool hasV7Ops() const { in hasV7Ops() function in __anon10a3738d0111::ARMAsmParser
2360 if (!hasV7Ops() && FlagsVal >= 17 && FlagsVal <= 19) in parseMSRMaskOperand()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp272 bool hasV7Ops() const { in hasV7Ops() function in __anon58d02de10111::ARMAsmParser
3339 if ((hasV7Ops() || hasV8Ops()) && (Num == 10 || Num == 11)) in parseCoprocNumOperand()
4113 if (!hasV7Ops() && FlagsVal >= 0x811 && FlagsVal <= 0x813) in parseMSRMaskOperand()
6383 if (!hasV7Ops()) in validateInstruction()