Home
last modified time | relevance | path

Searched defs:canHandle (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp27 bool MemoryOpRemark::canHandle(const Instruction *I, const TargetLibraryInfo &TLI) { in canHandle() function in MemoryOpRemark
388 bool AutoInitRemark::canHandle(const Instruction *I) { in canHandle() function in AutoInitRemark
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp105 static bool canHandle(Instruction *Inst) { in canHandle() function
495 static bool canHandle(Instruction *Inst) { in canHandle() function
581 static bool canHandle(Instruction *Inst) { in canHandle() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp236 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp898 auto canHandle = [](MCFragment &F) -> bool { in finishLayout() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2839 static bool canHandle(const Instruction *I) { in canHandle() function