/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86VZeroUpper.cpp | 203 bool IsCall = MI.isCall(); in processBasicBlock() local 205 bool IsControlFlow = IsCall || IsReturn; in processBasicBlock() 239 if (IsCall && !callHasRegMask(MI)) in processBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 131 bool IsCall = false; member in __anonca0ba56e0111::MemoryLocOrCall 140 IsCall = true; in MemoryLocOrCall() 143 IsCall = false; in MemoryLocOrCall() 154 assert(IsCall); in getCall() 159 assert(!IsCall); in getLoc() 164 if (IsCall != Other.IsCall) in operator ==() 167 if (!IsCall) in operator ==() 199 if (!MLOC.IsCall) in getHashValue() 201 MLOC.IsCall, in getHashValue() 205 hash_combine(MLOC.IsCall, DenseMapInfo<const Value *>::getHashValue( in getHashValue() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 205 bool IsCall); 206 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall); 434 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc, bool IsCall); 435 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall); 457 PerFunctionState *PFS, bool IsCall); 460 Value *Val, bool IsCall);
|
D | LLParser.cpp | 1377 Value *Val, bool IsCall) { in checkValidVariableType() argument 1382 if (IsCall && isa<PointerType>(Ty)) { in checkValidVariableType() 1402 LocTy Loc, bool IsCall) { in GetGlobalVal() argument 1424 checkValidVariableType(Loc, "@" + Name, Ty, Val, IsCall)); in GetGlobalVal() 1433 bool IsCall) { in GetGlobalVal() argument 1453 checkValidVariableType(Loc, "@" + Twine(ID), Ty, Val, IsCall)); in GetGlobalVal() 2880 LocTy Loc, bool IsCall) { in GetVal() argument 2894 return P.checkValidVariableType(Loc, "%" + Name, Ty, Val, IsCall); in GetVal() 2915 bool IsCall) { in GetVal() argument 2929 return P.checkValidVariableType(Loc, "%" + Twine(ID), Ty, Val, IsCall); in GetVal() [all …]
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | call_statement_test.cc | 33 TEST_F(CallStatementTest, IsCall) { in TEST_F() argument
|
D | call_expression_test.cc | 78 TEST_F(CallExpressionTest, IsCall) { in TEST_F() argument
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | move-optimizer.cc | 166 if (instruction->IsCall()) return; in RemoveClobberedDestinations() 210 if (from->IsCall()) return; in MigrateMoves() 387 if (last_instr->IsCall()) return; in OptimizeMerge()
|
D | frame-elider.cc | 26 if (instr->IsCall() || instr->IsDeoptimizeCall() || in MarkBlocks()
|
D | instruction.h | 929 bool IsCall() const { return IsCallField::decode(bit_field_); } in IsCall() function 930 bool NeedsReferenceMap() const { return IsCall(); } in NeedsReferenceMap() 933 bool ClobbersRegisters() const { return IsCall(); } in ClobbersRegisters() 934 bool ClobbersTemps() const { return IsCall(); } in ClobbersTemps() 935 bool ClobbersDoubleRegisters() const { return IsCall(); } in ClobbersDoubleRegisters() 1824 if (instr->IsCall()) return true; in NON_EXPORTED_BASE()
|
D | register-allocator-verifier.cc | 579 if (instr->IsCall()) { in VerifyGapMoves()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 938 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeStandardArguments() argument 947 if (IsCall) { in analyzeStandardArguments() 957 if (IsCall) { in analyzeStandardArguments() 975 MVT LocVT = (IsCall) ? (*Outs)[pos].VT : (*Ins)[pos].VT; in analyzeStandardArguments() 1014 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeBuiltinArguments() argument 1022 IsCall, IsVarArg); in analyzeBuiltinArguments() 1032 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeArguments() argument 1037 IsCall, IsVarArg); in analyzeArguments() 1043 IsCall, IsVarArg); in analyzeArguments()
|
/third_party/node/deps/v8/src/parsing/ |
D | preparser.h | 191 DCHECK(IsCall()); in is_tagged_template() 266 bool IsCall() const { in IsCall() function 274 if (IsCall()) return this; in AsCall()
|
D | parser-base.h | 2989 if (right->IsCall() || right->IsCallNew()) { in ParseAssignmentExpressionCoverGrammar() 4049 if (!value->IsCall() && !value->IsCallNew()) { in ParseVariableDeclarations() 4985 if (expression->IsCall() && !expression->AsCall()->is_tagged_template() && in RewriteInvalidReferenceExpression()
|
/third_party/node/deps/v8/src/debug/ |
D | debug.h | 76 bool IsCall() const { return type_ == DEBUG_BREAK_SLOT_AT_CALL; } in IsCall() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 1281 bool IsCall = isCall(In); in buildStmt() local 1308 if (IsCall && Op.isDead()) in buildStmt() 1354 if (IsCall && Op.isDead()) { in buildStmt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 536 class IsCall {
|