Searched refs:IVT (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/bsd/elftosb/dist/bdfiles/ |
H A D | basic_test_cmd.e | 56 # load a simple IVT to an absolute address 57 # this fills in the IVT self address field from the target address 60 # load simple IVT. the IVT self address is set explicitly in the IVT declaration, 61 # giving the IVT a natural address so you don't have to tell where to load it. 66 # Setting IVT entry point to the default entry point of a source file. 82 # All supported IVT fields. 91 hab call ivt; # Call the last loaded IVT. */
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 2106 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), OpVT.getSizeInBits()); in PromoteFloatOp_BITCAST() local 2108 IVT, Promoted); in PromoteFloatOp_BITCAST() 2182 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatOp_STORE() local 2186 IVT, Promoted); in PromoteFloatOp_STORE() 2298 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), in PromoteFloatRes_BITCAST() local 2300 SDValue Cast = DAG.getBitcast(IVT, N->getOperand(0)); in PromoteFloatRes_BITCAST() 2310 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in PromoteFloatRes_ConstantFP() local 2312 IVT); in PromoteFloatRes_ConstantFP() 2372 EVT IVT = NewOp.getValueType().getVectorElementType(); in PromoteFloatRes_EXTRACT_VECTOR_ELT() local 2375 SDValue NewVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, IVT, in PromoteFloatRes_EXTRACT_VECTOR_ELT() [all …]
|
H A D | LegalizeDAG.cpp | 1491 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), NumBits); in getSignAsIntValue() local 1493 if (TLI.isTypeLegal(IVT)) { in getSignAsIntValue() 1494 State.IntValue = DAG.getNode(ISD::BITCAST, DL, IVT, Value); in getSignAsIntValue()
|
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/ |
H A D | elfarcv2.sc | 57 IVT=" 142 ${RELOCATING+${IVT}}
|
H A D | epiphany_4x4.sc | 339 IVT 0 : {*.o(IVT) } > RESERVED_CRT0_RAM
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/ |
H A D | elfarcv2.sc | 57 IVT=" 138 ${RELOCATING+${IVT}}
|
H A D | epiphany_4x4.sc | 339 IVT 0 : {*.o(IVT) } > RESERVED_CRT0_RAM
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1292 MVT IVT = (MVT::SimpleValueType)IntReg; in computeRegisterProperties() local 1293 if (isTypeLegal(IVT)) { in computeRegisterProperties() 1298 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaInit.cpp | 1808 const VectorType *IVT = IType->castAs<VectorType>(); in CheckVectorType() local 1809 unsigned numIElts = IVT->getNumElements(); in CheckVectorType() 1815 IVT->getVectorKind()); in CheckVectorType()
|
/netbsd-src/share/misc/ |
H A D | acronyms.comp | 863 IVT interrupt vector table
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 7628 MVT IVT = (FVT == MVT::f32) ? MVT::i32 : MVT::i16; in LowerBUILD_VECTOR() local 7630 Ops.push_back(DAG.getNode(ISD::BITCAST, dl, IVT, in LowerBUILD_VECTOR() 7632 EVT VecVT = EVT::getVectorVT(*DAG.getContext(), IVT, NumElts); in LowerBUILD_VECTOR()
|