/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 41 bool IsByVal : 1; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 33 unsigned IsByVal : 1; ///< Struct passed by value member
|
H A D | TargetLowering.h | 188 bool IsByVal : 1; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 33 unsigned IsByVal : 1; ///< Struct passed by value member
|
D | TargetLowering.h | 305 bool IsByVal : 1; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 33 unsigned IsByVal : 1; ///< Struct passed by value member
|
D | TargetLowering.h | 305 bool IsByVal : 1; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 33 unsigned IsByVal : 1; ///< Struct passed by value member
|
D | TargetLowering.h | 305 bool IsByVal : 1; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 33 unsigned IsByVal : 1; ///< Struct passed by value member
|
D | TargetLowering.h | 305 bool IsByVal : 1; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 33 unsigned IsByVal : 1; ///< Struct passed by value member
|
H A D | TargetLowering.h | 295 bool IsByVal : 1; variable
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 2905 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 D | MemorySanitizer.cpp | 3895 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 D | MemorySanitizer.cpp | 4652 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 D | NVPTXISelLowering.cpp | 1545 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 D | M68kISelLowering.cpp | 629 bool IsByVal = Flags.isByVal(); in LowerCall() local
|