/third_party/rust/crates/cxx/gen/build/src/ |
D | cfg.rs | 6 pub struct Cfg<'a> { struct 8 pub include_prefix: &'a str, 10 pub exported_header_dirs: Vec<&'a Path>, 12 pub exported_header_prefixes: Vec<&'a str>, 14 pub exported_header_links: Vec<&'a str>, 16 pub doxygen: bool, 17 marker: PhantomData<*const ()>, // !Send + !Sync 318 impl<'a> Debug for Cfg<'a> { implementation 402 impl<'a> Cfg<'a> { implementation 421 Handle(<*const Cfg>::cast(self)) in handle() constant [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstrumentation.h | 56 virtual bool isInstrumentable(Cfg *) { return true; } in isInstrumentable() argument 79 virtual void instrumentStart(Cfg *) {} in instrumentStart() argument 80 virtual void instrumentLocalVars(Cfg *) {} in instrumentLocalVars() argument 81 virtual void finishFunc(Cfg *) {} in finishFunc() argument
|
D | IceTranslator.h | 31 class Cfg; variable
|
D | IceInst.h | 184 virtual void emit(const Cfg *) const { in emit() 221 virtual void destroy(Cfg *) {} in destroy() argument 275 void emit(const Cfg * /*Func*/) const override { in emit() 278 void emitIAS(const Cfg * /*Func*/) const override { in emitIAS() 864 void emitIAS(const Cfg * /* Func */) const override {} in emitIAS() 890 void emitIAS(const Cfg * /* Func */) const override {} in emitIAS() 919 void emitIAS(const Cfg * /* Func */) const override {} in emitIAS() 1056 void emit(const Cfg *) const override {} in emit() 1057 void emitIAS(const Cfg * /* Func */) const override {} in emitIAS()
|
D | IceMemory.h | 28 class Cfg; variable
|
D | IceOperand.h | 210 void dump(const Cfg *, Ostream &Str) const override { in dump() 281 inline void ConstantInteger32::dump(const Cfg *, Ostream &Str) const { in dump() 291 inline void ConstantInteger64::dump(const Cfg *, Ostream &Str) const { in dump() 438 void dump(const Cfg *, Ostream &Str) const override { in dump()
|
D | IceInstARM32.cpp | 320 OperandARM32Mem::OperandARM32Mem(Cfg * /* Func */, Type Ty, Variable *Base, in OperandARM32Mem() argument 361 OperandARM32FlexImm::OperandARM32FlexImm(Cfg * /* Func */, Type Ty, in OperandARM32FlexImm() argument 388 OperandARM32FlexFpImm::OperandARM32FlexFpImm(Cfg * /*Func*/, Type Ty, in OperandARM32FlexFpImm() argument 467 OperandARM32FlexFpZero::OperandARM32FlexFpZero(Cfg * /*Func*/, Type Ty) in OperandARM32FlexFpZero() argument 3280 void OperandARM32ShAmtImm::dump(const Cfg *, Ostream &Str) const { in dump() argument 3308 void OperandARM32FlexImm::dump(const Cfg * /* Func */, Ostream &Str) const { in dump() argument 3351 void OperandARM32FlexFpImm::dump(const Cfg * /*Func*/, Ostream &Str) const { in dump() argument 3370 void OperandARM32FlexFpZero::dump(const Cfg * /*Func*/, Ostream &Str) const { in dump() argument
|
D | IceASanInstrumentation.cpp | 489 void ASanInstrumentation::finishFunc(Cfg *) { in finishFunc() argument
|
D | IceDefs.h | 57 class Cfg; variable
|
D | IceOperand.cpp | 624 void ConstantRelocatable::dump(const Cfg *, Ostream &Str) const { in dump() argument
|
D | IceCfg.cpp | 37 Cfg::Cfg(GlobalContext *Ctx, uint32_t SequenceNumber) in Cfg() function in Ice::Cfg
|
D | IceInstMIPS32.h | 64 void dump(const Cfg *, Ostream &Str) const override { in dump()
|
D | IceInstARM32.h | 67 void dump(const Cfg *, Ostream &Str) const override { in dump()
|
D | IceInstX8664.cpp | 2778 void X86Operand::dump(const Cfg *, Ostream &Str) const { in dump() argument
|
D | IceInstX8632.cpp | 2851 void X86Operand::dump(const Cfg *, Ostream &Str) const { in dump() argument
|
D | IceTargetLoweringX8664.cpp | 6888 void TargetX8664::emitJumpTable(const Cfg *, in emitJumpTable()
|
D | IceTargetLoweringX8632.cpp | 7615 void TargetX8632::emitJumpTable(const Cfg *, in emitJumpTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
D | PassSupport.h | 67 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \ argument 72 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \ argument
|