Home
last modified time | relevance | path

Searched defs:IsCall (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp204 bool IsCall = MI.isCall(); in processBasicBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp930 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeStandardArguments()
1006 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeBuiltinArguments()
1024 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeArguments()
/external/v8/src/debug/
Ddebug.h79 inline bool IsCall() const { return type_ == DEBUG_BREAK_SLOT_AT_CALL; } in IsCall() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSA.cpp120 bool IsCall = false; member in __anonb12b10260111::MemoryLocOrCall
320 bool IsCall = false; member
/external/v8/src/parsing/
Dpreparser.h300 bool IsCall() const { in IsCall() function
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp989 bool IsCall; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp2744 static bool isValidVariableType(Module *M, Type *Ty, Value *Val, bool IsCall) { in isValidVariableType()
2761 LocTy Loc, bool IsCall) { in GetVal()
2804 bool IsCall) { in GetVal()
4893 PerFunctionState *PFS, bool IsCall) { in ConvertValIDToValue()
/external/v8/src/compiler/
Dinstruction.h876 bool IsCall() const { return IsCallField::decode(bit_field_); } in IsCall() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1300 bool IsCall = isCall(In); in buildStmt() local
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2693 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs()
DTreeTransform.h3289 bool IsCall, in TransformExprs()