Home
last modified time | relevance | path

Searched defs:IsCall (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp203 bool IsCall = MI.isCall(); in processBasicBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp1376 checkValidVariableType(LocTy Loc, const Twine &Name, Type *Ty, Value *Val, bool IsCall) checkValidVariableType() argument
1401 GetGlobalVal(const std::string &Name, Type *Ty, LocTy Loc, bool IsCall) GetGlobalVal() argument
1432 GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall) GetGlobalVal() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug.h76 bool IsCall() const { return type_ == DEBUG_BREAK_SLOT_AT_CALL; } in IsCall() function in v8::internal::BreakLocation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp932 analyzeStandardArguments(TargetLowering::CallLoweringInfo *CLI, const Function *F, const DataLayout *TD, const SmallVectorImpl<ISD::OutputArg> *Outs, const SmallVectorImpl<ISD::InputArg> *Ins, CallingConv::ID CallConv, SmallVectorImpl<CCValAssign> &ArgLocs, CCState &CCInfo, bool IsCall, bool IsVarArg) analyzeStandardArguments() argument
1008 analyzeBuiltinArguments(TargetLowering::CallLoweringInfo &CLI, const Function *F, const DataLayout *TD, const SmallVectorImpl<ISD::OutputArg> *Outs, const SmallVectorImpl<ISD::InputArg> *Ins, CallingConv::ID CallConv, SmallVectorImpl<CCValAssign> &ArgLocs, CCState &CCInfo, bool IsCall, bool IsVarArg) analyzeBuiltinArguments() argument
1026 analyzeArguments(TargetLowering::CallLoweringInfo *CLI, const Function *F, const DataLayout *TD, const SmallVectorImpl<ISD::OutputArg> *Outs, const SmallVectorImpl<ISD::InputArg> *Ins, CallingConv::ID CallConv, SmallVectorImpl<CCValAssign> &ArgLocs, CCState &CCInfo, bool IsCall, bool IsVarArg) analyzeArguments() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp1281 bool IsCall = isCall(In); in buildStmt() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSA.cpp131 bool IsCall = false; member in __anon23925::MemoryLocOrCall
338 bool IsCall = false; global() member
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h929 bool IsCall() const { return IsCallField::decode(bit_field_); } in IsCall() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h266 bool IsCall() const { in IsCall() function in v8::internal::PreParserExpression

Completed in 22 milliseconds