Home
last modified time | relevance | path

Searched defs:EltVal (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2947 auto EltVal = *reinterpret_cast<const uint8_t *>(EltPtr); getElementAsAPInt() local
2951 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); getElementAsAPInt() local
2955 auto EltVal = *reinterpret_cast<const uint32_t *>(EltPtr); getElementAsAPInt() local
2959 auto EltVal = *reinterpret_cast<const uint64_t *>(EltPtr); getElementAsAPInt() local
2972 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); getElementAsAPFloat() local
2976 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); getElementAsAPFloat() local
2980 auto EltVal = *reinterpret_cast<const uint32_t *>(EltPtr); getElementAsAPFloat() local
2984 auto EltVal = *reinterpret_cast<const uint64_t *>(EltPtr); getElementAsAPFloat() local
[all...]
H A DCore.cpp4018 LLVMBuildInsertElement(LLVMBuilderRef B,LLVMValueRef VecVal,LLVMValueRef EltVal,LLVMValueRef Index,const char * Name) LLVMBuildInsertElement() argument
4037 LLVMBuildInsertValue(LLVMBuilderRef B,LLVMValueRef AggVal,LLVMValueRef EltVal,unsigned Index,const char * Name) LLVMBuildInsertValue() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1317 ValueLatticeElement EltVal = getStructValueState(AggVal, i); visitExtractValueInst() local
1347 ValueLatticeElement EltVal = getStructValueState(Aggr, i); visitInsertValueInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6256 SDNode *Tmp = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select() local
6270 SDNode *Tmp2 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select() local
6244 SDValue EltVal = getI32Imm(Elt >> 1, dl); Select() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13593 auto EltVal = DAG.getBitcastedAnyExtOrTrunc(Elt->first, SL, MVT::i32); resolveSources() local
13638 auto EltVal = resolveSources() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20607 SDValue EltVal = StVal.getOperand(I); replaceZeroVectorStore() local
[all...]