Home
last modified time | relevance | path

Searched refs:HasInlineAsm (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXModule.h115 bool HasInlineAsm() const { return InlineAsm; } in HasInlineAsm() function
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DMachineFunction.h294 bool HasInlineAsm = false;
478 return HasInlineAsm;
483 HasInlineAsm = B;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DMachineFunction.h291 bool HasInlineAsm = false;
543 return HasInlineAsm;
548 HasInlineAsm = B;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFunction.h291 bool HasInlineAsm = false;
543 return HasInlineAsm;
548 HasInlineAsm = B;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h291 bool HasInlineAsm = false;
543 return HasInlineAsm;
548 HasInlineAsm = B;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DMachineFunction.h290 bool HasInlineAsm = false;
537 return HasInlineAsm;
542 HasInlineAsm = B;
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DMachineFunction.h294 bool HasInlineAsm = false;
520 return HasInlineAsm;
525 HasInlineAsm = B;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h304 bool HasInlineAsm = false;
624 return HasInlineAsm;
629 HasInlineAsm = B;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DMachineFunction.h304 bool HasInlineAsm = false;
593 return HasInlineAsm;
598 HasInlineAsm = B;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DMachineFunction.h304 bool HasInlineAsm = false;
624 return HasInlineAsm;
629 HasInlineAsm = B;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DMachineFunction.h304 bool HasInlineAsm = false;
593 return HasInlineAsm;
598 HasInlineAsm = B;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DMachineFunction.h304 bool HasInlineAsm = false;
624 return HasInlineAsm;
629 HasInlineAsm = B;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DMachineFunction.h307 bool HasInlineAsm = false;
696 return HasInlineAsm;
701 HasInlineAsm = B;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DMachineFunction.h307 bool HasInlineAsm = false;
696 return HasInlineAsm;
701 HasInlineAsm = B;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h307 bool HasInlineAsm = false;
696 return HasInlineAsm;
701 HasInlineAsm = B;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DMachineFunction.h307 bool HasInlineAsm = false;
700 return HasInlineAsm;
705 HasInlineAsm = B;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DMachineFunction.h307 bool HasInlineAsm = false;
696 return HasInlineAsm;
701 HasInlineAsm = B;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DMachineFunction.h307 bool HasInlineAsm = false;
696 return HasInlineAsm;
701 HasInlineAsm = B;
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/MIRParser/
H A DMIRParser.cpp326 bool HasInlineAsm = false;
332 HasInlineAsm = true;
337 MF.setHasInlineAsm(HasInlineAsm);
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/MIRParser/
H A DMIRParser.cpp326 bool HasInlineAsm = false; in computeFunctionProperties() local
332 HasInlineAsm = true; in computeFunctionProperties()
337 MF.setHasInlineAsm(HasInlineAsm); in computeFunctionProperties()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp329 bool HasInlineAsm = false; in computeFunctionProperties() local
335 HasInlineAsm = true; in computeFunctionProperties()
340 MF.setHasInlineAsm(HasInlineAsm); in computeFunctionProperties()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/MIRParser/
H A DMIRParser.cpp329 bool HasInlineAsm = false; in computeFunctionProperties() local
335 HasInlineAsm = true; in computeFunctionProperties()
340 MF.setHasInlineAsm(HasInlineAsm); in computeFunctionProperties()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp329 bool HasInlineAsm = false; in computeFunctionProperties() local
335 HasInlineAsm = true; in computeFunctionProperties()
340 MF.setHasInlineAsm(HasInlineAsm); in computeFunctionProperties()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/MIRParser/
H A DMIRParser.cpp320 bool HasInlineAsm = false; in computeFunctionProperties() local
326 HasInlineAsm = true; in computeFunctionProperties()
331 MF.setHasInlineAsm(HasInlineAsm); in computeFunctionProperties()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp344 bool HasInlineAsm = false; in computeFunctionProperties() local
350 HasInlineAsm = true; in computeFunctionProperties()
355 MF.setHasInlineAsm(HasInlineAsm); in computeFunctionProperties()

12