Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h170 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; } in hasZeroCycleZeroing() function
DAArch64AsmPrinter.cpp425 if (STI->hasZeroCycleZeroing()) { in EmitFMov0()
DAArch64InstrInfo.cpp631 return Subtarget.hasZeroCycleZeroing(); in isAsCheapAsAMove()
1927 } else if (SrcReg == AArch64::WZR && Subtarget.hasZeroCycleZeroing()) { in copyPhysReg()
1963 } else if (SrcReg == AArch64::XZR && Subtarget.hasZeroCycleZeroing()) { in copyPhysReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h217 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; } in hasZeroCycleZeroing() function
DAArch64AsmPrinter.cpp506 if (STI->hasZeroCycleZeroing() && !STI->hasZeroCycleZeroingFPWorkaround()) { in EmitFMov0()
DAArch64InstrInfo.cpp732 return Subtarget.hasZeroCycleZeroing(); in isAsCheapAsAMove()
734 return (Subtarget.hasZeroCycleZeroing() && in isAsCheapAsAMove()
2481 } else if (SrcReg == AArch64::WZR && Subtarget.hasZeroCycleZeroing()) { in copyPhysReg()
2518 } else if (SrcReg == AArch64::XZR && Subtarget.hasZeroCycleZeroing()) { in copyPhysReg()
/external/llvm/lib/Target/ARM/
DARMSubtarget.h454 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; } in hasZeroCycleZeroing() function
DARMInstrInfo.td276 def HasZCZ : Predicate<"Subtarget->hasZeroCycleZeroing()">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.h588 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; } in hasZeroCycleZeroing() function
DARMInstrInfo.td318 def HasZCZ : Predicate<"Subtarget->hasZeroCycleZeroing()">;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc34540 /* 76081*/ OPC_CheckPatternPredicate, 108, // (Subtarget->hasZeroCycleZeroing())
34546 /* 76091*/ OPC_CheckPatternPredicate, 108, // (Subtarget->hasZeroCycleZeroing())
39402 case 108: return (Subtarget->hasZeroCycleZeroing());
DARMGenGlobalISel.inc173 if (Subtarget->hasZeroCycleZeroing())