Home
last modified time | relevance | path

Searched defs:Argument (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DArgument.h34 class Argument : public Value, public ilist_node<Argument> { class
H A DIntrinsics.h102 Argument, ExtendArgument, TruncArgument, HalfVecArgument, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h66 struct Argument { struct
H A DRemark.h42 struct Argument { struct
/third_party/node/deps/v8/tools/v8windbg/test/
H A Ddebug-callbacks.cc76 HRESULT __stdcall MyCallback::ChangeEngineState(ULONG Flags, ULONG64 Argument) { in ChangeEngineState() argument
79 HRESULT __stdcall MyCallback::ChangeSymbolState(ULONG Flags, ULONG64 Argument) { in ChangeSymbolState() argument
72 ChangeDebuggeeState(ULONG Flags, ULONG64 Argument) ChangeDebuggeeState() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDiagnosticInfo.cpp163 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Value *V) in Argument() function in DiagnosticInfoOptimizationBase::Argument
183 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Type *T) in Argument() function in DiagnosticInfoOptimizationBase::Argument
189 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, StringRef S) in Argument() function in DiagnosticInfoOptimizationBase::Argument
192 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, int N) in Argument() function in DiagnosticInfoOptimizationBase::Argument
195 DiagnosticInfoOptimizationBase::Argument function in DiagnosticInfoOptimizationBase::Argument
198 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long N) Argument() function in DiagnosticInfoOptimizationBase::Argument
201 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long long N) Argument() function in DiagnosticInfoOptimizationBase::Argument
204 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, unsigned N) Argument() function in DiagnosticInfoOptimizationBase::Argument
207 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, Argument() function in DiagnosticInfoOptimizationBase::Argument
211 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, Argument() function in DiagnosticInfoOptimizationBase::Argument
215 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, DebugLoc Loc) Argument() function in DiagnosticInfoOptimizationBase::Argument
[all...]
H A DFunction.cpp79 Argument::Argument(Type *Ty, const Twine &Name, Function *Par, unsigned ArgNo) in Argument() function in Argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIntrinsics.h104 Argument, ExtendArgument, TruncArgument, HalfVecArgument, enumerator
H A DDiagnosticInfo.h418 struct Argument { struct in llvm::DiagnosticInfoOptimizationBase
424 explicit Argument(StringRef Str = "") : Key("String"), Val(Str) {} in Argument() function
428 Argument(StringRef Key, const char *S) : Argument(Key, StringRef(S)) {}; in Argument() function
436 Argument(StringRef Key, bool B) : Key(Key), Val(B ? "true" : "false") {} Argument() function
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DMonomorphizeUnsupportedFunctions.cpp22 struct Argument struct
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h1392 TNode<Object> Argument(int i) const { in Argument() function in v8::internal::compiler::JSCallOrConstructNode
H A Djs-call-reducer.cc635 TNode<Object> Argument(int index) const { in Argument() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2044 SDValue Argument = DAG.getNode(SPISD::TLS_ADD, DL, PtrVT, Base, HiLo, in LowerGlobalTLSAddress() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2152 SDValue Argument = DAG.getNode(MipsISD::Wrapper, DL, PtrVT, in lowerGlobalTLSAddress() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2479 OS << '\\' << Argument; in expandMacro() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp309 class Argument class
312 explicit Argument(Value *val) in Argument() function in rr::Argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3222 SDValue Argument = DAG.getTargetConstantPool(CPV, PtrVT, 4); in LowerToTLSGeneralDynamicModel() local

Completed in 61 milliseconds