Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DFastISel.h41 bool IsByVal : 1; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h33 unsigned IsByVal : 1; ///< Struct passed by value member
H A DTargetLowering.h188 bool IsByVal : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetCallingConv.h33 unsigned IsByVal : 1; ///< Struct passed by value member
DTargetLowering.h305 bool IsByVal : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetCallingConv.h33 unsigned IsByVal : 1; ///< Struct passed by value member
DTargetLowering.h305 bool IsByVal : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetCallingConv.h33 unsigned IsByVal : 1; ///< Struct passed by value member
DTargetLowering.h305 bool IsByVal : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetCallingConv.h33 unsigned IsByVal : 1; ///< Struct passed by value member
DTargetLowering.h305 bool IsByVal : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h33 unsigned IsByVal : 1; ///< Struct passed by value member
H A DTargetLowering.h295 bool IsByVal : 1; variable
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2905 bool IsByVal = CS.paramHasAttr(ArgNo + 1, Attribute::ByVal); in visitCallSite() local
3426 bool IsByVal = CS.paramHasAttr(ArgNo + 1, Attribute::ByVal); in visitCallSite() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3895 bool IsByVal = CS.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallSite() local
4519 bool IsByVal = CS.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallSite() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4652 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallBase() local
5262 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallBase() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1545 bool IsByVal = Outs[OIdx].Flags.isByVal(); in LowerCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp629 bool IsByVal = Flags.isByVal(); in LowerCall() local