| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86AvoidTrailingCall.cpp | 110 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction() local 111 if (IsEmpty || IsCall) { in runOnMachineFunction() 113 if (IsCall) { in runOnMachineFunction() 125 if (IsCall) { in runOnMachineFunction()
|
| H A D | X86VZeroUpper.cpp | 207 bool IsCall = MI.isCall(); in processBasicBlock() local 209 bool IsControlFlow = IsCall || IsReturn; in processBasicBlock() 243 if (IsCall && !callHasRegMask(MI)) in processBasicBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 138 bool IsCall = false; member in __anonc967e22e0111::MemoryLocOrCall 147 IsCall = true; in MemoryLocOrCall() 150 IsCall = false; in MemoryLocOrCall() 161 assert(IsCall); in getCall() 166 assert(!IsCall); in getLoc() 171 if (IsCall != Other.IsCall) in operator ==() 174 if (!IsCall) in operator ==() 206 if (!MLOC.IsCall) in getHashValue() 208 MLOC.IsCall, in getHashValue() 212 hash_combine(MLOC.IsCall, DenseMapInfo<const Value *>::getHashValue( in getHashValue() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 191 bool IsCall); 192 GlobalValue *getGlobalVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall); 438 Value *getVal(const std::string &Name, Type *Ty, LocTy Loc, bool IsCall); 439 Value *getVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall); 461 PerFunctionState *PFS, bool IsCall); 464 Value *Val, bool IsCall);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 163 bool IsCall) const;
|
| H A D | VEISelLowering.cpp | 1852 bool IsCall = false) const { in prepareSymbol() argument 1861 if (IsCall && !IsLocal) { in prepareSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1496 Value *Val, bool IsCall) { in checkValidVariableType() argument 1501 if (IsCall && isa<PointerType>(Ty)) { in checkValidVariableType() 1521 LocTy Loc, bool IsCall) { in getGlobalVal() argument 1543 checkValidVariableType(Loc, "@" + Name, Ty, Val, IsCall)); in getGlobalVal() 1552 bool IsCall) { in getGlobalVal() argument 1572 checkValidVariableType(Loc, "@" + Twine(ID), Ty, Val, IsCall)); in getGlobalVal() 3130 LocTy Loc, bool IsCall) { in getVal() argument 3144 return P.checkValidVariableType(Loc, "%" + Name, Ty, Val, IsCall); in getVal() 3165 bool IsCall) { in getVal() argument 3179 return P.checkValidVariableType(Loc, "%" + Twine(ID), Ty, Val, IsCall); in getVal() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 1278 bool IsCall = isCall(In); in buildStmt() local 1305 if (IsCall && Op.isDead()) in buildStmt() 1351 if (IsCall && Op.isDead()) { in buildStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 3496 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs() argument 3506 IsCall, Outputs); in SubstExprs()
|
| H A D | TreeTransform.h | 438 bool TransformExprs(Expr *const *Inputs, unsigned NumInputs, bool IsCall, 3899 bool IsCall, in TransformExprs() argument 3904 if (IsCall && getDerived().DropCallArgument(Inputs[I])) { in TransformExprs() 3995 IsCall ? getDerived().TransformInitializer(Inputs[I], /*DirectInit*/false) in TransformExprs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.td | 536 class IsCall {
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 9280 bool SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall,
|