Home
last modified time | relevance | path

Searched defs:IsCall (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp938 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeStandardArguments()
1014 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeBuiltinArguments()
1032 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeArguments()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction() local
H A DX86VZeroUpper.cpp207 bool IsCall = MI.isCall(); in processBasicBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp203 bool IsCall = MI.isCall(); in processBasicBlock() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DDisassembler.h229 virtual bool IsCall() { return false; } in IsCall() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DDisassembler.h229 virtual bool IsCall() { return false; } in IsCall() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DDisassembler.h229 virtual bool IsCall() { return false; } in IsCall() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DDisassembler.h229 virtual bool IsCall() { return false; } in IsCall() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp1377 Value *Val, bool IsCall) { in checkValidVariableType()
1402 LocTy Loc, bool IsCall) { in GetGlobalVal()
1433 bool IsCall) { in GetGlobalVal()
2880 LocTy Loc, bool IsCall) { in GetVal()
2915 bool IsCall) { in GetVal()
5139 PerFunctionState *PFS, bool IsCall) { in ConvertValIDToValue()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSA.cpp131 bool IsCall = false; member in __anonbcbd6edd0111::MemoryLocOrCall
338 bool IsCall = false; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemorySSA.cpp166 bool IsCall = false; member in __anon321220630211::MemoryLocOrCall
353 bool IsCall = false; member
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DMemorySSA.cpp989 bool IsCall; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp1281 bool IsCall = isCall(In); in buildStmt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRDFGraph.cpp1267 bool IsCall = isCall(In); in buildStmt() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2693 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs()
H A DTreeTransform.h3289 bool IsCall, in TransformExprs()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2077 bool IsCall = false) const { in prepareSymbol()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
DopGen.go40873 func (o Op) IsCall() bool { return opcodeTable[o].call } func