Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction() local
112 if (IsEmpty || IsCall) { in runOnMachineFunction()
114 if (IsCall) { in runOnMachineFunction()
126 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()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp166 bool IsCall = false; member in __anone52e4bfa0211::MemoryLocOrCall
175 IsCall = true; in MemoryLocOrCall()
178 IsCall = false; in MemoryLocOrCall()
189 assert(IsCall); in getCall()
194 assert(!IsCall); in getLoc()
199 if (IsCall != Other.IsCall) in operator ==()
202 if (!IsCall) in operator ==()
234 if (!MLOC.IsCall) in getHashValue()
236 MLOC.IsCall, in getHashValue()
240 hash_combine(MLOC.IsCall, DenseMapInfo<const Value *>::getHashValue( in getHashValue()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h131 template <class NodeTy, bool IsCall = false>
141 : IsCall ? CSKYII::MO_PLT32
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.h189 bool IsCall) const;
H A DVEISelLowering.cpp2077 bool IsCall = false) const { in prepareSymbol() argument
2086 if (IsCall && !IsLocal) { in prepareSymbol()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp67 bool IsCall(llvm::MCInst &mc_inst) const;
1149 bool IsCall() override { in IsCall() function in InstructionLLVMC
1200 m_is_call = mc_disasm_ptr->IsCall(inst); in VisitInstruction()
1377 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { in IsCall() function in DisassemblerLLVMC::MCDisasmInstance
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h227 virtual bool IsCall() { return false; } in IsCall() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp1267 bool IsCall = isCall(In); in buildStmt() local
1294 if (IsCall && Op.isDead()) in buildStmt()
1340 if (IsCall && Op.isDead()) { in buildStmt()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp1040 if (ignore_calls && m_instructions[i]->IsCall()) { in GetIndexOfNextBranchInstruction()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1549 if (instruction_sp->IsCall()) { in DoGuessValueAt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3951 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs() argument
3961 IsCall, Outputs); in SubstExprs()
H A DTreeTransform.h438 bool TransformExprs(Expr *const *Inputs, unsigned NumInputs, bool IsCall,
4077 bool IsCall, in TransformExprs() argument
4082 if (IsCall && getDerived().DropCallArgument(Inputs[I])) { in TransformExprs()
4173 IsCall ? getDerived().TransformInitializer(Inputs[I], /*DirectInit*/false) in TransformExprs()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td536 class IsCall {
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10004 bool SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall,