Home
last modified time | relevance | path

Searched defs:isPredicated (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h766 bool isPredicated(BasicBlock *BB) const { in isPredicated() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp169 bool ARM_MC::isPredicated(const MCInst &MI, const MCInstrInfo *MCII) { in isPredicated() function in ARM_MC
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp35 bool HexagonMCInstrInfo::PredicateInfo::isPredicated() const { in isPredicated() function in HexagonMCInstrInfo::PredicateInfo
733 bool HexagonMCInstrInfo::isPredicated(MCInstrInfo const &MCII, in isPredicated() function in HexagonMCInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp872 bool isPredicated = isVectorPredicated(&MI); in producesFalseLanesZero() local
952 bool isPredicated = isVectorPredicated(&MI); in ValidateLiveOuts() local
H A DARMBaseInstrInfo.cpp561 bool ARMBaseInstrInfo::isPredicated(const MachineInstr &MI) const { in isPredicated() function in ARMBaseInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp834 bool R600InstrInfo::isPredicated(const MachineInstr &MI) const { in isPredicated() function in R600InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1667 bool HexagonInstrInfo::isPredicated(const MachineInstr &MI) const { in isPredicated() function in HexagonInstrInfo
2538 bool HexagonInstrInfo::isPredicated(unsigned Opcode) const { in isPredicated() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1105 bool isPredicated = TII->isPredicated(MI); in ScanInstructions() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1593 virtual bool isPredicated(const MachineInstr &MI) const { return false; } in isPredicated() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2330 bool isPredicated() const { return IsPredicated; } in isPredicated() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2149 bool PPCInstrInfo::isPredicated(const MachineInstr &MI) const { in isPredicated() function in PPCInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp134 bool isPredicated() const { return Predicated; } in isPredicated() function in __anon730428320111::AArch64AsmParser::PrefixInfo