Home
last modified time | relevance | path

Searched refs:IVT (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/bdfiles/
H A Dbasic_test_cmd.e56 # 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 DLegalizeFloatTypes.cpp2106 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 DLegalizeDAG.cpp1491 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 Delfarcv2.sc57 IVT="
142 ${RELOCATING+${IVT}}
H A Depiphany_4x4.sc339 IVT 0 : {*.o(IVT) } > RESERVED_CRT0_RAM
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Delfarcv2.sc57 IVT="
138 ${RELOCATING+${IVT}}
H A Depiphany_4x4.sc339 IVT 0 : {*.o(IVT) } > RESERVED_CRT0_RAM
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1292 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 DSemaInit.cpp1808 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 Dacronyms.comp863 IVT interrupt vector table
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7628 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()