Searched defs:AsInt (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Hexagon.cpp | 208 llvm::Value *AsInt = in EmitVAArgFromMemory() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 3431 APInt AsInt; in parseRealInstList() local 3456 for (const APInt &AsInt : ValuesAsInt) { in emitRealValues() local 3817 for (const APInt &AsInt : Contents.AsIntValues) { in emitFieldValue() local 3868 for (const auto &AsInt : Initializer.AsIntValues) { in emitFieldInitializer() local 3873 for (const auto &AsInt : in emitFieldInitializer() local
|
| H A D | AsmParser.cpp | 3245 APInt AsInt; in parseDirectiveRealValue() local 4893 APInt AsInt; in parseDirectiveRealDCB() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ExpandVariadics.cpp | 232 uint64_t AsInt = AllocaTypeSize ? AllocaTypeSize->getFixedValue() : 0; in sizeOfAlloca() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2541 SDValue AsInt = DAG.getNode(ISD::SHL, dl, AsIntVT, CastExpToValTy, in expandLdexp() local 2610 SDValue AsInt = DAG.getNode(ISD::BITCAST, dl, AsIntVT, Val); in expandFrexp() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2080 SDValue AsInt = DAG.getNode( in LowerBITCAST() local 5847 SDValue AsInt = DAG.getBitcast(MVT::i16, Op->getOperand(0)); in ReplaceBITCAST() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 705 Value *AsInt = Builder.CreatePtrToInt(Ptr, HVC.getIntTy(), "pti"); in createAlignedPointer() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 7559 APSInt AsInt(Val.bitcastToAPInt()); in visitFloat() local 15303 APSInt AsInt; in VisitCastExpr() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 9265 auto AsInt = MIRBuilder.buildCopy(IntTy, SrcReg); in lowerISFPCLASS() local
|