/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | LEB128.cpp | 32 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
H A D | Dwarf.cpp | 498 const char *llvm::dwarf::DecimalSignString(unsigned Sign) { in DecimalSignString()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CmpInstAnalysis.cpp | 72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAddressingModes.h | 637 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 659 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 687 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AddressingModes.h | 349 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 371 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 399 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 350 static APFloat copySign(APFloat Value, const APFloat &Sign) { in copySign()
|
/minix3/minix/drivers/power/acpi/utilities/ |
H A D | utprint.c | 306 char Sign; in AcpiUtFormatNumber() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | Specifiers.h | 73 /*DeclSpec::TSS*/ unsigned Sign : 2; member
|
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/ |
H A D | CoverageMapping.cpp | 40 Counter C, int Sign, SmallVectorImpl<std::pair<unsigned, int>> &Terms) { in extractTerms()
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1041 SDValue Sign = TLO.DAG.getNode(ISD::FGETSIGN, dl, Ty, Op.getOperand(0)); in SimplifyDemandedBits() local 2931 SDValue Sign = DAG.getNode(ISD::SRA, dl, IntVT, in expandFP_TO_SINT() local
|
H A D | DAGCombiner.cpp | 12246 SDValue Sign = DAG.getNode(ISD::SRL, SDLoc(N0), XType, N0, in SimplifySelectCC() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 89 static Value *getNewICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getNewICmpValue()
|
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 190 void makeInteger(unsigned ElemWidth, bool Sign) { in makeInteger()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 15529 SDValue Sign = DAG.getConstant(0x80000000U, MVT::i32); in LowerVSETCC() local
|