Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp181 bool ARM_MC::isPredicated(const MCInst &MI, const MCInstrInfo *MCII) { in isPredicated() function in ARM_MC
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h871 bool isPredicated(BasicBlock *BB) const { in isPredicated() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp35 bool HexagonMCInstrInfo::PredicateInfo::isPredicated() const { in isPredicated() function in HexagonMCInstrInfo::PredicateInfo
718 bool HexagonMCInstrInfo::isPredicated(MCInstrInfo const &MCII, in isPredicated() function in HexagonMCInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp866 bool isPredicated = isVectorPredicated(&MI); in producesFalseLanesZero() local
938 bool isPredicated = isVectorPredicated(&MI); in ValidateLiveOuts() local
H A DARMBaseInstrInfo.cpp532 bool ARMBaseInstrInfo::isPredicated(const MachineInstr &MI) const { in isPredicated() function in ARMBaseInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp839 bool R600InstrInfo::isPredicated(const MachineInstr &MI) const { in isPredicated() function in R600InstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1319 bool isPredicated() const { return IsPredicated; } in isPredicated() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1580 bool HexagonInstrInfo::isPredicated(const MachineInstr &MI) const { in isPredicated() function in HexagonInstrInfo
2494 bool HexagonInstrInfo::isPredicated(unsigned Opcode) const { in isPredicated() function in HexagonInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp1110 bool isPredicated = TII->isPredicated(MI); in ScanInstructions() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1414 virtual bool isPredicated(const MachineInstr &MI) const { return false; } in isPredicated() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2138 bool PPCInstrInfo::isPredicated(const MachineInstr &MI) const { in isPredicated() function in PPCInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp127 bool isPredicated() const { return Predicated; } in isPredicated() function in __anon65f0dadd0111::AArch64AsmParser::PrefixInfo