Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h734 bool isPredicated(BasicBlock *BB) const { isPredicated() function
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp884 bool isPredicated = isVectorPredicated(&MI); producesFalseLanesZero() local
964 bool isPredicated = isVectorPredicated(&MI); ValidateLiveOuts() local
H A DARMBaseInstrInfo.cpp560 bool ARMBaseInstrInfo::isPredicated(const MachineInstr &MI) const { isPredicated() function in ARMBaseInstrInfo
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp835 bool R600InstrInfo::isPredicated(const MachineInstr &MI) const { isPredicated() function in R600InstrInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1666 bool HexagonInstrInfo::isPredicated(const MachineInstr &MI) const { isPredicated() function in HexagonInstrInfo
2537 bool HexagonInstrInfo::isPredicated(unsigned Opcode) const { isPredicated() function in HexagonInstrInfo
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1104 bool isPredicated = TII->isPredicated(MI); ScanInstructions() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1557 virtual bool isPredicated(const MachineInstr &MI) const { return false; } isPredicated() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1985 bool isPredicated() const { return IsPredicated; } isPredicated() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2133 bool PPCInstrInfo::isPredicated(const MachineInstr &MI) const { isPredicated() function in PPCInstrInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp134 bool isPredicated() const { return Predicated; } in isPredicated() function in __anon58533a440111::AArch64AsmParser::PrefixInfo