Home
last modified time | relevance | path

Searched refs:ValidForTailPredication (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h397 ValidForTailPredication = 1 << 20, enumerator
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h398 ValidForTailPredication = 1 << 20, enumerator
/external/llvm-project/llvm/unittests/Target/ARM/
DMachineInstrTest.cpp1049 bool Valid = (Flags & ARMII::ValidForTailPredication) != 0; in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp546 if ((Flags & ARMII::ValidForTailPredication) == 0 && !IsUse) { in ValidateMVEInst()
/external/llvm-project/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp1163 (MCID.TSFlags & ARMII::ValidForTailPredication) == 0; in ValidateMVEInst()