/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ValueLattice.h | 57 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/ |
D | YAMLTraits.h | 553 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/ |
D | MachineConstantPool.h | 70 const Constant *ConstVal; member 80 Val.ConstVal = V; in MachineConstantPoolEntry()
|
D | SelectionDAGNodes.h | 1815 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/ |
D | CallSiteSplitting.cpp | 171 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/ |
D | MachineSSAUpdater.cpp | 198 if (unsigned ConstVal = InsertedPHI->isConstantValuePHI()) { in GetValueInMiddleOfBlock() local 200 return ConstVal; in GetValueInMiddleOfBlock()
|
D | MachineFunction.cpp | 1008 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()
|
D | MIRPrinter.cpp | 510 Constant.Val.ConstVal->printAsOperand(StrOS); in convert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 832 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/ |
D | SimplifyCFG.cpp | 4791 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/ |
D | HexagonISelLowering.cpp | 946 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/ |
D | AsmPrinter.cpp | 1762 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/ |
D | ARMAsmPrinter.cpp | 1205 Offset = -cast<ConstantInt>(CPE.Val.ConstVal)->getSExtValue(); in EmitUnwindingInstruction() 1633 EmitGlobalConstant(DL, MCPE.Val.ConstVal); in EmitInstruction()
|
D | ARMBaseInstrInfo.cpp | 1789 return MCPE0.Val.ConstVal == MCPE1.Val.ConstVal; in produceSameValue()
|
D | ARMInstrNEON.td | 548 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/ |
D | MipsAsmPrinter.cpp | 231 EmitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal); in EmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1752 const Constant *C = ConstantEntry.Val.ConstVal; in getConstantFromPool()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 15784 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/ |
D | AArch64ISelLowering.cpp | 7655 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/ |
D | SelectionDAG.cpp | 9503 return Val.ConstVal->getType(); in getType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDAGISel.inc | 64497 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);
|