Home
last modified time | relevance | path

Searched refs:ConstVal (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h57 Constant *ConstVal; member
98 ConstVal = nullptr;
109 ConstVal = Other.ConstVal;
150 return ConstVal; in getConstant()
155 return ConstVal; in getNotConstant()
178 ConstVal = nullptr; in markOverdefined()
197 ConstVal = V; in markConstant()
215 ConstVal = V; in markNotConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h553 void enumCase(T &Val, const char* Str, const T ConstVal) {
554 if ( matchEnumScalar(Str, outputting() && Val == ConstVal) ) {
555 Val = ConstVal;
561 void enumCase(T &Val, const char* Str, const uint32_t ConstVal) {
562 if ( matchEnumScalar(Str, outputting() && Val == static_cast<T>(ConstVal)) ) {
563 Val = ConstVal;
579 void bitSetCase(T &Val, const char* Str, const T ConstVal) {
580 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
581 Val = Val | ConstVal;
587 void bitSetCase(T &Val, const char* Str, const uint32_t ConstVal) {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h70 const Constant *ConstVal; member
80 Val.ConstVal = V; in MachineConstantPoolEntry()
DSelectionDAGNodes.h1815 const Constant *ConstVal;
1828 Val.ConstVal = c;
1848 return Val.ConstVal;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp171 Constant *ConstVal = cast<Constant>(Cond.first->getOperand(1)); in addConditions() local
173 setConstantInArgument(CS, Arg, ConstVal); in addConditions()
174 else if (ConstVal->getType()->isPointerTy() && ConstVal->isNullValue()) { in addConditions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp198 if (unsigned ConstVal = InsertedPHI->isConstantValuePHI()) { in GetValueInMiddleOfBlock() local
200 return ConstVal; in GetValueInMiddleOfBlock()
DMachineFunction.cpp1008 return Val.ConstVal->getType(); in getType()
1014 return Val.ConstVal->needsRelocation(); in needsRelocation()
1107 CanShareConstantPoolEntry(Constants[i].Val.ConstVal, C, DL)) { in getConstantPoolIndex()
1144 Constants[i].Val.ConstVal->printAsOperand(OS, /*PrintType=*/false); in print()
DMIRPrinter.cpp510 Constant.Val.ConstVal->printAsOperand(StrOS); in convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp832 auto *ConstVal = ConstantArray::get(ArrTy, Args); in setCoroInfo() local
833 auto *GV = new GlobalVariable(*M, ConstVal->getType(), /*isConstant=*/true, in setCoroInfo()
834 GlobalVariable::PrivateLinkage, ConstVal, in setCoroInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4791 Constant *ConstVal = in GetCaseResults() local
4793 if (!ConstVal) in GetCaseResults()
4797 if (!ValidLookupTableConstant(ConstVal, TTI)) in GetCaseResults()
4800 Res.push_back(std::make_pair(&PHI, ConstVal)); in GetCaseResults()
5090 ConstantInt *ConstVal = dyn_cast<ConstantInt>(TableContents[I]); in SwitchLookupTable() local
5091 if (!ConstVal) { in SwitchLookupTable()
5097 const APInt &Val = ConstVal->getValue(); in SwitchLookupTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp946 static Constant *convert_i1_to_i8(const Constant *ConstVal) { in convert_i1_to_i8() argument
948 const ConstantVector *CV = dyn_cast<ConstantVector>(ConstVal); in convert_i1_to_i8()
952 LLVMContext &Ctx = ConstVal->getContext(); in convert_i1_to_i8()
976 if (const Constant *ConstVal = dyn_cast<Constant>(CPN->getConstVal())) { in LowerConstantPool() local
977 Type *CValTy = ConstVal->getType(); in LowerConstantPool()
980 CVal = convert_i1_to_i8(ConstVal); in LowerConstantPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1762 C = CPE.Val.ConstVal; in EmitConstantPool()
1823 EmitGlobalConstant(getDataLayout(), CPE.Val.ConstVal); in EmitConstantPool()
2852 const Constant *C = CPE.Val.ConstVal; in GetCPISymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1205 Offset = -cast<ConstantInt>(CPE.Val.ConstVal)->getSExtValue(); in EmitUnwindingInstruction()
1633 EmitGlobalConstant(DL, MCPE.Val.ConstVal); in EmitInstruction()
DARMBaseInstrInfo.cpp1789 return MCPE0.Val.ConstVal == MCPE1.Val.ConstVal; in produceSameValue()
DARMInstrNEON.td548 ConstantSDNode *ConstVal = cast<ConstantSDNode>(N->getOperand(0));
550 uint64_t EltVal = ARM_AM::decodeVMOVModImm(ConstVal->getZExtValue(), EltBits);
555 ConstantSDNode *ConstVal = cast<ConstantSDNode>(N->getOperand(0));
557 uint64_t EltVal = ARM_AM::decodeVMOVModImm(ConstVal->getZExtValue(), EltBits);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp231 EmitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1752 const Constant *C = ConstantEntry.Val.ConstVal; in getConstantFromPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp15784 int64_t ConstVal = CI->getZExtValue(); in isMaskAndCmp0FoldingBeneficial() local
15785 return isUInt<16>(ConstVal) || in isMaskAndCmp0FoldingBeneficial()
15786 (isUInt<16>(ConstVal >> 16) && !(ConstVal & 0xFFFF)); in isMaskAndCmp0FoldingBeneficial()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7655 uint64_t &ConstVal) { in isAllConstantBuildVector() argument
7667 ConstVal = FirstElt->getZExtValue(); in isAllConstantBuildVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9503 return Val.ConstVal->getType(); in getType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc64497 ConstantSDNode *ConstVal = cast<ConstantSDNode>(N->getOperand(0));
64499 uint64_t EltVal = ARM_AM::decodeVMOVModImm(ConstVal->getZExtValue(), EltBits);
65153 ConstantSDNode *ConstVal = cast<ConstantSDNode>(N->getOperand(0));
65155 uint64_t EltVal = ARM_AM::decodeVMOVModImm(ConstVal->getZExtValue(), EltBits);