Home
last modified time | relevance | path

Searched defs:isIndirect (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DMachineLocation.h45 bool isIndirect() const { return !IsRegister; } in isIndirect() function
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h140 bool isIndirect() { return Target != nullptr && Target->isReg(); } in isIndirect() function
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h107 bool isIndirect() const { return LocationFlags & Indirect; } in isIndirect() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h210 bool isIndirect() const { return IsIndirect; } in isIndirect() function
/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h150 bool isIndirect = false; member
/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h201 bool isIndirect() const { return (Flags >> S::FB_indirect) & 1; } isIndirect() function
/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h300 bool isIndirect() const { return TheKind == Indirect; } isIndirect() function
[all...]
/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp459 bool isIndirect = isAggregateTypeForABI(Ty); EmitVAArg() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1085 bool isIndirect = false; verifySymbolUses() local
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3483 bool isIndirect = false; classifyTypeForARCConversion() local
H A DSemaExprCXX.cpp6231 CheckPointerToMemberOperands(ExprResult & LHS,ExprResult & RHS,ExprValueKind & VK,SourceLocation Loc,bool isIndirect) CheckPointerToMemberOperands() argument
[all...]