/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 400 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
|
D | ARMAsmPrinter.cpp | 595 else if (Subtarget->hasV7Ops()) { in getArchForCPU() 662 if (STI.hasV7Ops() || isV8M(&STI)) { in emitAttributes() 760 if (STI.hasV7Ops()) in emitAttributes()
|
D | ARMFrameLowering.cpp | 241 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
|
D | ARMISelDAGToDAG.cpp | 3847 if (!Subtarget->hasV7Ops() && SYSmvalue >= 0x11 && SYSmvalue <= 0x13) in getMClassRegisterMask()
|
D | ARMISelLowering.cpp | 3043 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH() 11116 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses() 12526 if (!Subtarget->hasV7Ops()) in emitAtomicCmpXchgNoStoreLLBalance()
|
D | ARMInstrInfo.td | 212 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 3349 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/ |
D | ARMPredicates.td | 56 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
|
D | ARMSubtarget.h | 575 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
|
D | ARMAsmPrinter.cpp | 667 if (STI.hasV7Ops()) in emitAttributes()
|
D | ARMFrameLowering.cpp | 288 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
|
D | ARMISelLowering.cpp | 3836 (!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/ |
D | ARMSubtarget.h | 591 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
|
D | ARMPredicates.td | 62 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
|
D | ARMAsmPrinter.cpp | 685 if (STI.hasV7Ops()) in emitAttributes()
|
D | ARMFrameLowering.cpp | 267 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
|
D | ARMISelLowering.cpp | 4061 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH() 16488 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses() 18764 if (!Subtarget->hasV7Ops()) in emitAtomicCmpXchgNoStoreLLBalance()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 3367 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/ |
D | ARMDisassembler.cpp | 3795 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/ |
D | ARMDisassembler.cpp | 3774 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/ |
D | ARMAsmParser.cpp | 272 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/ |
D | ARMAsmParser.cpp | 480 bool hasV7Ops() const { in hasV7Ops() function in __anonfbb24ceb0111::ARMAsmParser 7618 if (!hasV7Ops()) in validateInstruction()
|
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 541 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/ |
D | ARMGenDAGISel.inc | 32641 /* 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 …]
|
D | ARMGenGlobalISel.inc | 149 if (Subtarget->hasV7Ops())
|