/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXReplaceImageHandles.cpp | 39 return "NVPTX Replace Image Handles"; in getPassName() 72 return Changed; in runOnMachineFunction() 78 return NVPTX::SULD_1D_I8_CLAMP_I; in suldRegisterToIndexOpcode() 80 return NVPTX::SULD_1D_I16_CLAMP_I; in suldRegisterToIndexOpcode() 82 return NVPTX::SULD_1D_I32_CLAMP_I; in suldRegisterToIndexOpcode() 84 return NVPTX::SULD_1D_I64_CLAMP_I; in suldRegisterToIndexOpcode() 86 return NVPTX::SULD_1D_ARRAY_I8_CLAMP_I; in suldRegisterToIndexOpcode() 88 return NVPTX::SULD_1D_ARRAY_I16_CLAMP_I; in suldRegisterToIndexOpcode() 90 return NVPTX::SULD_1D_ARRAY_I32_CLAMP_I; in suldRegisterToIndexOpcode() 92 return NVPT in suldRegisterToIndexOpcode() [all...] |
/llvm-project/libunwind/src/ |
H A D | Registers.hpp | 52 return reinterpret_cast<void *>(&__libunwind_Registers_x86_jumpto); in __libunwind_cet_get_jump_target() 66 bool validFloatRegister(int) const { return false; } in validFloatRegister() 69 bool validVectorRegister(int) const { return false; } in validVectorRegister() 75 return _LIBUNWIND_HIGHEST_DWARF_REGISTER_X86; in lastDwarfRegNum() 77 static int getArch() { return REGISTERS_X86; } in getArch() 79 uint32_t getSP() const { return _registers.__esp; } in getSP() 81 uint32_t getIP() const { return _registers.__eip; } in getIP() 83 uint32_t getEBP() const { return _registers.__ebp; } in getEBP() 85 uint32_t getEBX() const { return _registers.__ebx; } in getEBX() 87 uint32_t getECX() const { return _register in setEBX() [all...] |
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | clzsi2_test.c | 18 return x != expected; in test__clzsi2() 27 // return 1; in main() 29 return 1; in main() 31 return 1; in main() 33 return 1; in main() 35 return 1; in main() 37 return 1; in main() 39 return 1; in main() 41 return 1; in main() 43 return 1; in main() [all …]
|
H A D | ctzsi2_test.c | 18 return x != expected; in test__ctzsi2() 27 // return 1; in main() 29 return 1; in main() 31 return 1; in main() 33 return 1; in main() 35 return 1; in main() 37 return 1; in main() 39 return 1; in main() 41 return 1; in main() 43 return 1; in main() [all …]
|
H A D | powitf2_test.c | 22 return !correct; in test__powitf2() 31 return 1; in main() 33 return 1; in main() 35 return 1; in main() 37 return 1; in main() 39 return 1; in main() 42 return 1; in main() 44 return 1; in main() 46 return 1; in main() 48 return 1; in main() [all …]
|
H A D | powisf2_test.c | 19 return !correct; in test__powisf2() 25 return 1; in main() 27 return 1; in main() 29 return 1; in main() 31 return 1; in main() 33 return 1; in main() 36 return 1; in main() 38 return 1; in main() 40 return 1; in main() 42 return 1; in main() [all …]
|
H A D | powidf2_test.c | 19 return !correct; in test__powidf2() 25 return 1; in main() 27 return 1; in main() 29 return 1; in main() 31 return 1; in main() 33 return 1; in main() 36 return 1; in main() 38 return 1; in main() 40 return 1; in main() 42 return 1; in main() [all …]
|
/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 18 return StringSwitch<uint16_t>(LowerArch) in convertArchNameToEMachine() 207 return "None"; in convertEMachineToArchName() 209 return "m32"; in convertEMachineToArchName() 211 return "sparc"; in convertEMachineToArchName() 213 return "386"; in convertEMachineToArchName() 215 return "68k"; in convertEMachineToArchName() 217 return "88k"; in convertEMachineToArchName() 219 return "iamcu"; in convertEMachineToArchName() 221 return "860"; in convertEMachineToArchName() 223 return "mips"; in convertEMachineToArchName() [all …]
|
H A D | Dwarf.cpp | 24 return StringRef(); in TagString() 27 return "DW_TAG_" #NAME; in TagString() 33 return StringSwitch<unsigned>(TagString) in getTag() 43 return 0; in TagVersion() 46 return VERSION; in TagVersion() 54 return 0; in TagVendor() 57 return DWARF_VENDOR_##VENDOR; in TagVendor() 65 return "DW_CHILDREN_no"; in ChildrenString() 67 return "DW_CHILDREN_yes"; in ChildrenString() 69 return StringRef(); in ChildrenString() [all …]
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | MultipleConstraintsOnSmallInputTest.cpp | 18 return 0; in func1() 19 return 1; in func1() 26 return 0; in func2() 27 return 1; in func2() 34 return 0; in func3() 35 return 1; in func3() 42 return 0; in func4() 43 return 1; in func4() 50 return 0; in func5() 51 return 1; in func5() [all …]
|
/llvm-project/llvm/lib/Support/ |
H A D | UnicodeCaseFold.cpp | 18 return C; in foldCharSimple() 21 return C + 32; in foldCharSimple() 24 return 0x03bc; in foldCharSimple() 26 return C; in foldCharSimple() 29 return C + 32; in foldCharSimple() 31 return C; in foldCharSimple() 34 return C + 32; in foldCharSimple() 36 return C; in foldCharSimple() 39 return C | 1; in foldCharSimple() 41 return C; in foldCharSimple() [all …]
|
/llvm-project/clang/test/Sema/ |
H A D | tautological-constant-enum-compare.c | 18 return 0; in main() 20 return 0; in main() 22 return 0; in main() 24 return 0; in main() 26 return 0; in main() 28 return 0; in main() 30 return 0; in main() 32 return 0; in main() 35 return 0; in main() 37 return 0; in main() [all …]
|
H A D | outof-range-enum-constant-compare.c | 17 return 0; in main() 19 return 0; in main() 21 return 0; in main() 23 return 0; in main() 25 return 0; in main() 27 return 0; in main() 29 return 0; in main() 31 return 0; in main() 33 return 0; in main() 35 return 0; in main() [all …]
|
H A D | tautological-unsigned-zero-compare.c | 23 return; in TFunc() 26 return; in TFunc() 30 return; in TFunc() 49 return 0; in main() 51 return 0; in main() 53 return 0; in main() 55 return 0; in main() 57 return 0; in main() 59 return 0; in main() 62 return 0; in main() [all …]
|
H A D | tautological-constant-compare.c | 29 return; in TFunc() 32 return; in TFunc() 36 return; in TFunc() 40 return; in TFunc() 42 return; in TFunc() 57 return 0; in main() 59 return 0; in main() 61 return 0; in main() 63 return 0; in main() 65 return 0; in main() [all …]
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonELFObjectWriter.cpp | 52 return ELF::R_HEX_DTPREL_32; in getRelocType() 54 return ELF::R_HEX_GOT_32; in getRelocType() 56 return ELF::R_HEX_GOTREL_32; in getRelocType() 58 return ELF::R_HEX_GD_GOT_32; in getRelocType() 60 return ELF::R_HEX_IE_32; in getRelocType() 62 return ELF::R_HEX_IE_GOT_32; in getRelocType() 64 return ELF::R_HEX_LD_GOT_32; in getRelocType() 66 return ELF::R_HEX_32_PCREL; in getRelocType() 68 return ELF::R_HEX_TPREL_32; in getRelocType() 70 return IsPCRe in getRelocType() [all...] |
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeRawSymbol.cpp | 32 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findChildren() 38 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findChildren() 44 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findChildrenByAddr() 50 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findChildrenByVA() 56 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findChildrenByRVA() 62 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findInlineFramesByAddr() 67 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findInlineFramesByRVA() 72 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findInlineFramesByVA() 77 return std::make_unique<NullEnumerator<IPDBLineNumber>>(); in findInlineeLines() 83 return std::make_unique<NullEnumerator<IPDBLineNumber>>(); in findInlineeLinesByAddr() [all …]
|
/llvm-project/clang/test/SemaCXX/ |
H A D | deduced-return-void.cpp | 4 // Check that we don't get any extra warning for "return" without an 5 // expression, in a function that might have been intended to return 8 return; in h1() 14 auto f2() { return; } in f2() 15 auto f3() { return void(); } in f3() 17 return i; in f4() 18 …return; // expected-error {{'auto' in return type deduced as 'void' here but deduced as 'int' in e… in f4() 21 return i; in f5() 22 …return void(); // expected-error {{'auto' in return type deduced as 'void' here but deduced as 'in… in f5() 26 auto l2 = []() { return; }; in __anon22edc4580202() [all …]
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 62 return "<<Unknown DAG Node>>"; in getOperationName() 67 return std::string(TII->getName(getMachineOpcode())); in getOperationName() 68 return "<<Unknown Machine Node #" + utostr(getOpcode()) + ">>"; in getOperationName() 73 if (Name) return Name; in getOperationName() 74 return "<<Unknown Target Node #" + utostr(getOpcode()) + ">>"; in getOperationName() 76 return "<<Unknown Node #" + utostr(getOpcode()) + ">>"; in getOperationName() 80 case ISD::DELETED_NODE: return "<<Deleted Node!>>"; in getOperationName() 82 case ISD::PREFETCH: return "Prefetch"; in getOperationName() 83 case ISD::MEMBARRIER: return "MemBarrier"; in getOperationName() 84 case ISD::ATOMIC_FENCE: return "AtomicFenc in getOperationName() [all...] |
/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 39 // Specialized version of __DEVICE__ for functions with void return type. Needed 41 // c++14 void return functions could not be constexpr. 60 __DEVICE__ int abs(int __a) { return __nv_abs(__a); } in acosh() 61 __DEVICE__ double fabs(double __a) { return __nv_fabs(__a); } in acoshf() 62 __DEVICE__ double acos(double __a) { return __nv_acos(__a); } in asin() 63 __DEVICE__ float acosf(float __a) { return __nv_acosf(__a); } in asinf() 64 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } in asinh() 65 __DEVICE__ float acoshf(float __a) { return __nv_acoshf(__a); } in asinhf() 66 __DEVICE__ double asin(double __a) { return __nv_asin(__a); } in atan() 67 __DEVICE__ float asinf(float __a) { return __nv_asin in atan() [all...] |
H A D | __clang_hip_math.h | 47 // A few functions return bool type starting only in C++11. 93 return 0; 98 return __r; 110 return 0; 115 return __r; 131 return 0; 136 return __r; 145 return __make_mantissa_base16(__tagp); 147 return __make_mantissa_base8(__tagp); 150 return __make_mantissa_base1 [all...] |
H A D | __clang_cuda_device_functions.h | 29 __DEVICE__ int __all(int __a) { return __nvvm_vote_all(__a); } in __all() 30 __DEVICE__ int __any(int __a) { return __nvvm_vote_any(__a); } in __any() 31 __DEVICE__ unsigned int __ballot(int __a) { return __nvvm_vote_ballot(__a); } in __ballot() 32 __DEVICE__ unsigned int __brev(unsigned int __a) { return __nv_brev(__a); } in __brev() 34 return __nv_brevll(__a); in __brevll() 47 return __nv_byte_perm(__a, __b, __c); in __byte_perm() 49 __DEVICE__ int __clz(int __a) { return __nv_clz(__a); } in __clz() 50 __DEVICE__ int __clzll(long long __a) { return __nv_clzll(__a); } in __clzll() 51 __DEVICE__ float __cosf(float __a) { return __nv_fast_cosf(__a); } in __cosf() 53 return __nvvm_atom_add_gen_ in __dAtomicAdd() [all...] |
/llvm-project/lldb/source/Utility/ |
H A D | StringExtractorGDBRemote.cpp | 21 return eUnsupported; in GetResponseType() 27 return eError; in GetResponseType() 33 return eResponse; in GetResponseType() 34 return eError; in GetResponseType() 41 return eOK; in GetResponseType() 46 return eAck; in GetResponseType() 51 return eNack; in GetResponseType() 54 return eResponse; in GetResponseType() 67 return eServerPacketType_invalid; in GetServerPacketType() 74 return eServerPacketType_notif in GetServerPacketType() [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSubtarget.h | 280 return &InstrInfo; in getCallLowering() 284 return &FrameLowering; in getInlineAsmLowering() 288 return &TLInfo; in getInstructionSelector() 292 return &InstrInfo.getRegisterInfo(); in getLegalizerInfo() 298 return CallLoweringInfo.get(); in getTargetID() 302 return InlineAsmLoweringInfo.get(); 306 return InstSelector.get(); 310 return Legalizer.get(); 314 return RegBankInfo.get(); in getGeneration() 318 return TargetI in getMaxWaveScratchSize() [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | isl_val.c | 28 return NULL; in isl_val_alloc() 36 return v; in isl_val_alloc() 39 /* Return a reference to an isl_val representing zero. 43 return isl_val_int_from_si(ctx, 0); in isl_val_zero() 46 /* Return a reference to an isl_val representing one. 50 return isl_val_int_from_si(ctx, 1); in isl_val_one() 53 /* Return a reference to an isl_val representing negative one. 57 return isl_val_int_from_si(ctx, -1); in isl_val_negone() 60 /* Return a reference to an isl_val representing NaN. 68 return NULL; in isl_val_nan() [all …]
|