Home
last modified time | relevance | path

Searched defs:Signed (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp85 bool Signed) { in nextLEB()
100 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h292 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp132 unsigned Signed = Size & Operation::SignBit; in extract() local
284 unsigned Signed = Size & Operation::SignBit; in print() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h271 VariantValue(int Signed) : VariantValue(static_cast<unsigned>(Signed)) {} in VariantValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp770 auto Signed = MGather->isIndexSigned() ? "signed" : "unsigned"; in print_details() local
782 auto Signed = MScatter->isIndexSigned() ? "signed" : "unsigned"; in print_details() local
H A DLegalizeFloatTypes.cpp749 bool Signed = N->getOpcode() == ISD::SINT_TO_FP || in SoftenFloatRes_XINT_TO_FP() local
920 bool Signed) { in findFPToIntLibcall()
936 bool Signed = N->getOpcode() == ISD::FP_TO_SINT || in SoftenFloatOp_FP_TO_XINT() local
1905 bool Signed = N->getOpcode() == ISD::FP_TO_SINT || in ExpandFloatOp_FP_TO_XINT() local
H A DLegalizeIntegerTypes.cpp851 bool Signed = in PromoteIntRes_MULFIX() local
886 unsigned SatW, bool Signed, in SaturateWidenedDIVFIX()
918 bool Signed = N->getOpcode() == ISD::SDIVFIX || in earlyExpandDIVFIX() local
956 bool Signed = N->getOpcode() == ISD::SDIVFIX || in PromoteIntRes_DIVFIX() local
3410 bool Signed = (N->getOpcode() == ISD::SMULFIX || in ExpandIntRes_MULFIX() local
H A DLegalizeDAG.cpp4168 bool Signed = Node->getOpcode() == ISD::SINT_TO_FP || in ConvertNodeToLibcall() local
4209 bool Signed = Node->getOpcode() == ISD::FP_TO_SINT || in ConvertNodeToLibcall() local
H A DTargetLowering.cpp3559 bool Signed = false; in SimplifySetCC() local
6283 bool Signed) -> bool { in expandMUL_LOHI()
8090 bool Signed = (Node->getOpcode() == ISD::SMULFIX || in expandFixedPointMul() local
8224 bool Signed = Opcode == ISD::SDIVFIX || Opcode == ISD::SDIVFIXSAT; in expandFixedPointDiv() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h72 bool Signed, bool Ordered, in RecurrenceDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTX.h117 Signed, enumerator
H A DNVPTXISelLowering.cpp4544 Signed = 0, enumerator
4651 bool Signed; in TryMULWIDECombine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp431 bool Signed = isa<SExtInst>(OpA); in lookThroughComplexAddresses() local
441 auto CheckFlags = [](Instruction *I, bool Signed) { in lookThroughComplexAddresses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1739 unsigned Width, unsigned Bits, unsigned Offset, bool Signed, in evaluateEXTRACTr()
1771 unsigned Offset, bool Signed, APInt &Result) { in evaluateEXTRACTi()
2156 bool Signed = (Opc == Hexagon::S4_extract) || in evaluate() local
2475 bool Signed = false; in getCmpImm() local
2748 bool Signed = false; in evaluateHexExt() local
H A DHexagonSplitDouble.cpp795 bool Signed = (Opc == S2_asr_i_p); in splitShift() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h47 Signed, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h38 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp438 bool Signed = IID == Intrinsic::amdgcn_sbfe; in instCombineIntrinsic() local
H A DAMDGPUISelDAGToDAG.cpp835 bool Signed = Opc == AMDGPUISD::BFE_I32; in Select() local
1184 bool Signed = N->getOpcode() == AMDGPUISD::MAD_I64_I32; in SelectMAD_64_32() local
2148 bool Signed = N->getOpcode() == ISD::SRA; in SelectS_BFEFromShifts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1118 bool Signed) { in cannotBeMinInLoop()
1129 bool Signed) { in cannotBeMaxInLoop()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp68 bool Float, Signed, Immediate, Void, Constant, Pointer, BFloat; member in __anon47288a980111::SVEType
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp551 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, in selectVSplatCommon()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1517 bool Signed) { in getExtOps()
1526 bool Signed) { in appendExt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp2168 bool Signed, bool formatAsCLiteral) const { in toString()
2282 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1058 bool Signed) { in NoopOrExtend()

123