Home
last modified time | relevance | path

Searched refs:EltVal (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2790 auto EltVal = *reinterpret_cast<const uint8_t *>(EltPtr); in getElementAsAPInt() local
2791 return APInt(8, EltVal); in getElementAsAPInt()
2794 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsAPInt() local
2795 return APInt(16, EltVal); in getElementAsAPInt()
2798 auto EltVal = *reinterpret_cast<const uint32_t *>(EltPtr); in getElementAsAPInt() local
2799 return APInt(32, EltVal); in getElementAsAPInt()
2802 auto EltVal = *reinterpret_cast<const uint64_t *>(EltPtr); in getElementAsAPInt() local
2803 return APInt(64, EltVal); in getElementAsAPInt()
2815 auto EltVal = *reinterpret_cast<const uint16_t *>(EltPtr); in getElementAsAPFloat() local
2816 return APFloat(APFloat::IEEEhalf(), APInt(16, EltVal)); in getElementAsAPFloat()
[all …]
DCore.cpp3877 LLVMValueRef EltVal, LLVMValueRef Index, in LLVMBuildInsertElement() argument
3879 return wrap(unwrap(B)->CreateInsertElement(unwrap(VecVal), unwrap(EltVal), in LLVMBuildInsertElement()
3896 LLVMValueRef EltVal, unsigned Index, in LLVMBuildInsertValue() argument
3898 return wrap(unwrap(B)->CreateInsertValue(unwrap(AggVal), unwrap(EltVal), in LLVMBuildInsertValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp901 LatticeVal EltVal = getStructValueState(AggVal, i); in visitExtractValueInst() local
902 mergeInValue(getValueState(&EVI), &EVI, EltVal); in visitExtractValueInst()
926 LatticeVal EltVal = getStructValueState(Aggr, i); in visitInsertValueInst() local
927 mergeInValue(getStructValueState(&IVI, i), &IVI, EltVal); in visitInsertValueInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp5256 SDValue EltVal = getI32Imm(Elt >> 1, dl); in Select() local
5257 SDNode *Tmp = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select()
5268 SDValue EltVal = getI32Imm(Elt - 16, dl); in Select() local
5269 SDNode *Tmp1 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select()
5270 EltVal = getI32Imm(-16, dl); in Select()
5271 SDNode *Tmp2 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select()
5282 SDValue EltVal = getI32Imm(Elt + 16, dl); in Select() local
5283 SDNode *Tmp1 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select()
5284 EltVal = getI32Imm(-16, dl); in Select()
5285 SDNode *Tmp2 = CurDAG->getMachineNode(Opc1, dl, VT, EltVal); in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3901 LLVMValueRef EltVal, LLVMValueRef Index,
3909 LLVMValueRef EltVal, unsigned Index,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td550 uint64_t EltVal = ARM_AM::decodeVMOVModImm(ConstVal->getZExtValue(), EltBits);
551 return (EltBits == 32 && EltVal == 0);
557 uint64_t EltVal = ARM_AM::decodeVMOVModImm(ConstVal->getZExtValue(), EltBits);
558 return (EltBits == 8 && EltVal == 0xff);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11336 SDValue EltVal = StVal.getOperand(I); in replaceZeroVectorStore() local
11337 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc64499 uint64_t EltVal = ARM_AM::decodeVMOVModImm(ConstVal->getZExtValue(), EltBits);
64500 return (EltBits == 8 && EltVal == 0xff);
65155 uint64_t EltVal = ARM_AM::decodeVMOVModImm(ConstVal->getZExtValue(), EltBits);
65156 return (EltBits == 32 && EltVal == 0);