Home
last modified time | relevance | path

Searched refs:IsCall (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp110 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 DX86VZeroUpper.cpp207 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 DMemorySSA.cpp138 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 DLLParser.h191 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 DVEISelLowering.h163 bool IsCall) const;
H A DVEISelLowering.cpp1852 bool IsCall = false) const { in prepareSymbol() argument
1861 if (IsCall && !IsLocal) { in prepareSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1496 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 DRDFGraph.cpp1278 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 DSemaTemplateInstantiate.cpp3496 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs() argument
3506 IsCall, Outputs); in SubstExprs()
H A DTreeTransform.h438 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 DMipsInstrInfo.td536 class IsCall {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9280 bool SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall,