Home
last modified time | relevance | path

Searched refs:MCAI (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp125 const MCAsmInfo *MCAI = TM.getMCAsmInfo(); in EmitInlineAsm() local
126 assert(MCAI && "No MCAsmInfo"); in EmitInlineAsm()
127 if (!MCAI->useIntegratedAssembler() && in EmitInlineAsm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp1279 const MCAsmInfo *MCAI = MF.getTarget().getMCAsmInfo(); in placeMarkers() local
1283 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers()
1292 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers()
1358 const MCAsmInfo *MCAI = MF.getTarget().getMCAsmInfo(); in runOnMachineFunction() local
1369 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp688 const MCAsmInfo *MCAI = TM->getMCAsmInfo(); in addPassesToHandleExceptions() local
689 assert(MCAI && "No MCAsmInfo"); in addPassesToHandleExceptions()
690 switch (MCAI->getExceptionHandlingType()) { in addPassesToHandleExceptions()