Home
last modified time | relevance | path

Searched defs:api (Results 1 – 15 of 15) sorted by relevance

/llvm-project/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Dgendata.py165 def gen_args(api): argument
255 def mpz_export_data(api): argument
276 def mpz_sizeinbase_data(api): argument
294 def mpz_get_str_data(api): argument
298 def mpq_get_str_data(api): argument
302 def mpq_set_str_data(api): argument
/llvm-project/clang/tools/libclang/
H A DCXExtractAPI.cpp127 void clang_disposeAPISet(CXAPISet api) { delete unwrap(api); } in clang_disposeAPISet()
129 CXString clang_getSymbolGraphForUSR(const char *usr, CXAPISet api) { in clang_getSymbolGraphForUSR()
/llvm-project/libc/utils/docgen/
H A Ddocgen.py189 api = load_api(header) global() variable
[all...]
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2787 APInt api = Val; convertFromAPInt() local
2832 APInt api = APInt(width, ArrayRef(parts, partCount)); convertFromZeroExtendedInteger() local
3713 APInt api = bitcastToAPInt(); convertToFloat() local
3720 APInt api = bitcastToAPInt(); convertToDouble() local
3728 APInt api = bitcastToAPInt(); convertToQuad() local
3740 initFromF80LongDoubleAPInt(const APInt & api) initFromF80LongDoubleAPInt() argument
3771 initFromPPCDoubleDoubleAPInt(const APInt & api) initFromPPCDoubleDoubleAPInt() argument
3795 initFromIEEEAPInt(const APInt & api) initFromIEEEAPInt() argument
3877 initFromQuadrupleAPInt(const APInt & api) initFromQuadrupleAPInt() argument
3881 initFromDoubleAPInt(const APInt & api) initFromDoubleAPInt() argument
3885 initFromFloatAPInt(const APInt & api) initFromFloatAPInt() argument
3889 initFromBFloatAPInt(const APInt & api) initFromBFloatAPInt() argument
3893 initFromHalfAPInt(const APInt & api) initFromHalfAPInt() argument
3897 initFromFloat8E5M2APInt(const APInt & api) initFromFloat8E5M2APInt() argument
3901 initFromFloat8E5M2FNUZAPInt(const APInt & api) initFromFloat8E5M2FNUZAPInt() argument
3905 initFromFloat8E4M3FNAPInt(const APInt & api) initFromFloat8E4M3FNAPInt() argument
3909 initFromFloat8E4M3FNUZAPInt(const APInt & api) initFromFloat8E4M3FNUZAPInt() argument
3913 initFromFloat8E4M3B11FNUZAPInt(const APInt & api) initFromFloat8E4M3B11FNUZAPInt() argument
3917 initFromFloatTF32APInt(const APInt & api) initFromFloatTF32APInt() argument
3921 initFromFloat6E3M2FNAPInt(const APInt & api) initFromFloat6E3M2FNAPInt() argument
3925 initFromFloat6E2M3FNAPInt(const APInt & api) initFromFloat6E2M3FNAPInt() argument
3929 initFromFloat4E2M1FNAPInt(const APInt & api) initFromFloat4E2M1FNAPInt() argument
3934 initFromAPInt(const fltSemantics * Sem,const APInt & api) initFromAPInt() argument
[all...]
/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp177 #define ITT_STUB(api, type, name, args, params, ptr, group, format) \ argument
194 #define ITT_STUBV(api, type, name, args, params, ptr, group, format) \ argument
216 #define ITT_STUB(api, type, name, args, params, ptr, group, format) \ argument
223 #define ITT_STUBV(api, type, name, args, params, ptr, group, format) \ argument
270 #define ITT_STUB(api, type, name, args, params, nameindll, group, format) \ argument
283 #define ITT_STUB(api, type, name, args, params, nameindll, group, format) \ argument
H A Dittnotify.h306 #define ITT_STUBV(api, type, name, args) \ argument
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_template_p0522.cpp99 TAutoPtr<Int> api; // FIXME: ill-formed (?) global() variable
/llvm-project/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp
/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h233 #define ITT_STUBV(api, type, name, args) \ argument
/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp224 const APInt &api = CI->getValue(); in ConstantFoldCastInstruction() local
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2022 APInt api = CFP->getValueAPF().bitcastToAPInt(); writeConstants() local
2027 APInt api = CFP->getValueAPF().bitcastToAPInt(); writeConstants() local
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp1611 APSInt api(bitWidth, /*isUnsigned=*/true); fold() local
1633 APSInt api(bitWidth, /*isUnsigned=*/false); fold() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2711 APInt api = CFP->getValueAPF().bitcastToAPInt(); writeConstants() local
2716 APInt api = CFP->getValueAPF().bitcastToAPInt(); writeConstants() local
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp163 APInt api(64, bits, false); in ReadAPFloat() local
/llvm-project/compiler-rt/test/fuzzer/
H A DMultipleConstraintsOnSmallInputTest.cpp3294 int api(const uint8_t *data, size_t size) { in api() function