Searched defs:isIndirect (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMachineLocation.h45 bool isIndirect() const { return !IsRegister; } function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h114 bool isIndirect() const { return IsIndirect; } function in class:llvm::SDDbgValue
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h144 bool isIndirect = false; member in struct:llvm::final::ConstraintInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h129 bool isIndirect() { return Target != nullptr && Target->isReg(); } function in class:llvm::SystemZII::Branch
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h196 bool isIndirect() const { return (Flags >> S::FB_indirect) & 1; } function in struct:llvm::irsymtab::Symbol
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h259 bool isIndirect() const { return TheKind == Indirect; } function
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3324 bool isIndirect = false; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h2800 bool isIndirect() const { return Alignment != 0; } function in class:clang::CodeGen::CodeGenFunction::ParamValue
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5453 const bool isIndirect = isIndirectCall(Callee, DAG, Subtarget, isPatchPoint); local
5363 buildCallOperands(SmallVectorImpl<SDValue> &Ops, CallingConv::ID CallConv, const SDLoc &dl, bool isTailCall, bool isVarArg, bool isPatchPoint, bool hasNest, SelectionDAG &DAG, SmallVector<std::pair<unsigned, SDValue>, 8> &RegsToPass, SDValue Glue, SDValue Chain, SDValue &Callee, int SPDiff, const PPCSubtarget &Subtarget, bool isIndirect) argument

Completed in 239 milliseconds