Searched refs:isPredicated (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp326 if (!TII->isPredicable(*I) || TII->isPredicated(*I)) {
H A DMachineBasicBlock.cpp864 // is possible. The isPredicated check is needed because this code can be
867 return (empty() || !back().isBarrier() || TII->isPredicated(back()))
H A DTargetInstrInfo.cpp319 return !isPredicated(MI);
H A DMachineVerifier.cpp639 !TII->isPredicated(MBB->back())) {
781 if (MI->isTerminator() && !TII->isPredicated(*MI)) {
H A DRDFGraph.cpp600 return TII.isPredicated(In);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h154 bool isPredicated(const MachineInstr &MI) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp1060 if (TII.isPredicated(MI))
H A DHexagonFrameLowering.cpp2268 bool Load = HII.isLoadFromStackSlot(In, LFI) && !HII.isPredicated(In);
2269 bool Store = HII.isStoreToStackSlot(In, SFI) && !HII.isPredicated(In);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp862 bool R600InstrInfo::isPredicated(const MachineInstr &MI) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp126 bool isPredicated() const { return Predicated; } function in class:__anon3880::AArch64AsmParser::PrefixInfo
3957 if (Prefix.isPredicated()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1659 bool PPCInstrInfo::isPredicated(const MachineInstr &MI) const {

Completed in 143 milliseconds

12