Home
last modified time | relevance | path

Searched refs:canHandle (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp83 static bool canHandle(const MachineInstr *MI);
238 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks
255 assert(llvm::all_of(Block, canHandle) && "Check this first!"); in computeDependence()
278 assert(canHandle(A) && canHandle(B) && "Precondition!"); in canReorder()
534 assert(canHandle(DependenceMI) && "Should never have reached here!"); in canHoistInst()
681 if (!canHandle(&MI) || InstsSeenSoFar.size() >= MaxInstsToConsider) in analyzeBlockForNullChecks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp101 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()
109 static bool canHandle(Instruction *Inst) { in canHandle() function
449 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()
457 static bool canHandle(Instruction *Inst) { in canHandle() function
1098 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition()
1208 if (CondInst && SimpleValue::canHandle(CondInst)) in processNode()
1245 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()
1296 if (SimpleValue::canHandle(CondI)) { in processNode()
1354 if (SimpleValue::canHandle(&Inst)) { in processNode()
1445 if (CallValue::canHandle(&Inst)) { in processNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp998 auto canHandle = [](MCFragment &F) -> bool { in finishLayout() local
1009 if (!canHandle(F)) { in finishLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3781 static bool canHandle(const Instruction *I) { in canHandle() function
3795 assert(canHandle(I) && "Unknown instruction!"); in getHashValue()
3817 if (!CSEDenseMapInfo::canHandle(In)) in cse()