Home
last modified time | relevance | path

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

/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/capstone/arch/ARM/
DARMDisassembler.c3349 bool hasV7Ops = ((featureBits & ARM_HasV7Ops) != 0); in DecodeT2LoadShift() local
3399 if (!hasV7Ops) in DecodeT2LoadShift()
3403 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
3433 bool hasV7Ops = ((featureBits & ARM_HasV7Ops) != 0); in DecodeT2LoadImm8() local
3486 if (!hasV7Ops) in DecodeT2LoadImm8()
3490 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
3513 bool hasV7Ops = ((featureBits & ARM_HasV7Ops) != 0); in DecodeT2LoadImm12() local
3565 if (!hasV7Ops) in DecodeT2LoadImm12()
3569 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()
3631 bool hasV7Ops = ((featureBits & ARM_HasV7Ops) != 0); in DecodeT2LoadLabel() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMPredicates.td56 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
DARMSubtarget.h575 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
DARMAsmPrinter.cpp667 if (STI.hasV7Ops()) in emitAttributes()
DARMFrameLowering.cpp288 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
DARMISelLowering.cpp3836 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH()
14787 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses()
16936 if (!Subtarget->hasV7Ops()) in emitAtomicCmpXchgNoStoreLLBalance()
/external/llvm-project/llvm/lib/Target/ARM/
DARMSubtarget.h591 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
DARMPredicates.td62 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
DARMAsmPrinter.cpp685 if (STI.hasV7Ops()) in emitAttributes()
DARMFrameLowering.cpp267 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
DARMISelLowering.cpp4061 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH()
16488 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses()
18764 if (!Subtarget->hasV7Ops()) in emitAtomicCmpXchgNoStoreLLBalance()
/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/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp3795 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadShift() local
3846 if (!hasV7Ops) in DecodeT2LoadShift()
3850 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
3883 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm8() local
3934 if (!hasV7Ops) in DecodeT2LoadImm8()
3938 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
3964 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm12() local
4014 if (!hasV7Ops) in DecodeT2LoadImm12()
4018 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()
4081 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadLabel() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp3774 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadShift() local
3825 if (!hasV7Ops) in DecodeT2LoadShift()
3829 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
3862 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm8() local
3913 if (!hasV7Ops) in DecodeT2LoadImm8()
3917 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
3943 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm12() local
3993 if (!hasV7Ops) in DecodeT2LoadImm12()
3997 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()
4060 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadLabel() local
[all …]
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp272 bool hasV7Ops() const { in hasV7Ops() function in __anon4e9b8dc90111::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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp480 bool hasV7Ops() const { in hasV7Ops() function in __anonfbb24ceb0111::ARMAsmParser
7618 if (!hasV7Ops()) in validateInstruction()
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp541 bool hasV7Ops() const { in hasV7Ops() function in __anon231adaf70111::ARMAsmParser
7793 if (!hasV7Ops()) in validateInstruction()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc32641 /* 69798*/ OPC_CheckPatternPredicate, 48, // (Subtarget->hasV7Ops()) && (!Subtarget->isThumb…
32933 /* 70341*/ OPC_CheckPatternPredicate, 48, // (Subtarget->hasV7Ops()) && (!Subtarget->isT…
32941 …ckPatternPredicate, 53, // (Subtarget->hasMPExtension()) && (Subtarget->hasV7Ops()) && (Subtarget-…
32951 /* 70379*/ OPC_CheckPatternPredicate, 48, // (Subtarget->hasV7Ops()) && (!Subtarget->isT…
32959 …ckPatternPredicate, 53, // (Subtarget->hasMPExtension()) && (Subtarget->hasV7Ops()) && (Subtarget-…
32987 …ckPatternPredicate, 54, // (Subtarget->hasMPExtension()) && (Subtarget->hasV7Ops()) && (!Subtarget…
32995 /* 70466*/ OPC_CheckPatternPredicate, 55, // (Subtarget->hasV7Ops()) && (Subtarget->isTh…
33005 …ckPatternPredicate, 54, // (Subtarget->hasMPExtension()) && (Subtarget->hasV7Ops()) && (!Subtarget…
33013 /* 70503*/ OPC_CheckPatternPredicate, 55, // (Subtarget->hasV7Ops()) && (Subtarget->isTh…
33089 /* 70658*/ OPC_CheckPatternPredicate, 55, // (Subtarget->hasV7Ops()) && (Subtarget->isThumb2…
[all …]
DARMGenGlobalISel.inc149 if (Subtarget->hasV7Ops())