Home
last modified time | relevance | path

Searched defs:InKernel (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp374 bool InKernel = (LastStageNum == CurStageNum); in generateExistingPhis() local
612 bool InKernel = (StageDiff == 0); in generatePhis() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp374 bool InKernel = (LastStageNum == CurStageNum); in generateExistingPhis() local
613 bool InKernel = (StageDiff == 0); in generatePhis() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2481 bool InKernel = (LastStageNum == CurStageNum); in generateExistingPhis() local
2721 bool InKernel = (StageDiff == 0); in generatePhis() local
/aosp_15_r20/system/extras/simpleperf/
H A Drecord.h254 bool InKernel() const { in InKernel() function