Searched refs:hasV8_3aOps (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 282 bool hasV8_3aOps() const { return HasV8_3aOps; } in hasV8_3aOps() function
|
D | AArch64InstrInfo.cpp | 5613 return SubtargetA.hasV8_3aOps() == SubtargetB.hasV8_3aOps(); in outliningCandidatesV8_3OpsConsensus() 6269 if (Subtarget.hasV8_3aOps() && MBBAUT != MBB.end() && in signOutlinedFunction()
|
D | AArch64FrameLowering.cpp | 1346 if (Subtarget.hasV8_3aOps() && MBBI != MBB.end() && in InsertReturnAddressAuth()
|
D | AArch64InstrInfo.td | 20 def HasV8_3a : Predicate<"Subtarget->hasV8_3aOps()">,
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 312 bool hasV8_3aOps() const { return HasV8_3aOps; } in hasV8_3aOps() function
|
D | AArch64InstrInfo.cpp | 5925 return SubtargetA.hasV8_3aOps() == SubtargetB.hasV8_3aOps(); in outliningCandidatesV8_3OpsConsensus() 6695 if (Subtarget.hasV8_3aOps() && MBBAUT != MBB.end() && in signOutlinedFunction()
|
D | AArch64FrameLowering.cpp | 1514 if (Subtarget.hasV8_3aOps() && MBBI != MBB.end() && in InsertReturnAddressAuth()
|
D | AArch64InstrInfo.td | 20 def HasV8_3a : Predicate<"Subtarget->hasV8_3aOps()">,
|
D | AArch64ISelLowering.cpp | 7143 if (Subtarget->hasV8_3aOps()) { in LowerRETURNADDR()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMPredicates.td | 66 def HasV8_3a : Predicate<"Subtarget->hasV8_3aOps()">,
|
D | ARMSubtarget.h | 579 bool hasV8_3aOps() const { return HasV8_3aOps; } in hasV8_3aOps() function
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 595 bool hasV8_3aOps() const { return HasV8_3aOps; } in hasV8_3aOps() function
|
D | ARMPredicates.td | 72 def HasV8_3a : Predicate<"Subtarget->hasV8_3aOps()">,
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64InstructionSelector.cpp | 4957 if (STI.hasV8_3aOps()) { in selectIntrinsic() 4985 if (STI.hasV8_3aOps()) { in selectIntrinsic()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDAGISel.inc | 28101 …redicate, 34, // (Subtarget->hasFullFP16()) && (Subtarget->hasNEON()) && (Subtarget->hasV8_3aOps()) 28111 …redicate, 34, // (Subtarget->hasFullFP16()) && (Subtarget->hasNEON()) && (Subtarget->hasV8_3aOps()) 28121 …923*/ OPC_CheckPatternPredicate, 35, // (Subtarget->hasNEON()) && (Subtarget->hasV8_3aOps()) 28131 …944*/ OPC_CheckPatternPredicate, 35, // (Subtarget->hasNEON()) && (Subtarget->hasV8_3aOps()) 28145 …redicate, 34, // (Subtarget->hasFullFP16()) && (Subtarget->hasNEON()) && (Subtarget->hasV8_3aOps()) 28155 …redicate, 34, // (Subtarget->hasFullFP16()) && (Subtarget->hasNEON()) && (Subtarget->hasV8_3aOps()) 28165 …014*/ OPC_CheckPatternPredicate, 35, // (Subtarget->hasNEON()) && (Subtarget->hasV8_3aOps()) 28175 …035*/ OPC_CheckPatternPredicate, 35, // (Subtarget->hasNEON()) && (Subtarget->hasV8_3aOps()) 64298 …case 34: return (Subtarget->hasFullFP16()) && (Subtarget->hasNEON()) && (Subtarget->hasV8_3aOps()); 64299 case 35: return (Subtarget->hasNEON()) && (Subtarget->hasV8_3aOps());
|
D | ARMGenGlobalISel.inc | 157 if (Subtarget->hasV8_3aOps())
|