| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86AvoidTrailingCall.cpp | 111 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 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 166 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 D | CSKYISelLowering.h | 131 template <class NodeTy, bool IsCall = false> 141 : IsCall ? CSKYII::MO_PLT32
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 189 bool IsCall) const;
|
| H A D | VEISelLowering.cpp | 2077 bool IsCall = false) const { in prepareSymbol() argument 2086 if (IsCall && !IsLocal) { in prepareSymbol()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 67 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 D | Disassembler.h | 227 virtual bool IsCall() { return false; } in IsCall() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 1267 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 D | Disassembler.cpp | 1040 if (ignore_calls && m_instructions[i]->IsCall()) { in GetIndexOfNextBranchInstruction()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1549 if (instruction_sp->IsCall()) { in DoGuessValueAt()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 3951 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs() argument 3961 IsCall, Outputs); in SubstExprs()
|
| H A D | TreeTransform.h | 438 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 D | MipsInstrInfo.td | 536 class IsCall {
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 10004 bool SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall,
|