Lines Matching refs:TargetLowering

53   std::unique_ptr<::Ice::TargetLowering>                                       \
173 void TargetLowering::filterTypeToRegisterSet( in filterTypeToRegisterSet()
256 std::unique_ptr<TargetLowering>
257 TargetLowering::createLowering(TargetArch Target, Cfg *Func) { in createLowering()
269 void TargetLowering::staticInit(GlobalContext *Ctx) { in staticInit()
289 bool TargetLowering::shouldBePooled(const Constant *C) { in shouldBePooled()
302 ::Ice::Type TargetLowering::getPointerType() { in getPointerType()
315 TargetLowering::SandboxType
316 TargetLowering::determineSandboxTypeFromFlags(const ClFlags &Flags) { in determineSandboxTypeFromFlags()
319 return TargetLowering::ST_Nonsfi; in determineSandboxTypeFromFlags()
322 return TargetLowering::ST_NaCl; in determineSandboxTypeFromFlags()
324 return TargetLowering::ST_None; in determineSandboxTypeFromFlags()
327 TargetLowering::TargetLowering(Cfg *Func) in TargetLowering() function in Ice::TargetLowering
331 TargetLowering::AutoBundle::AutoBundle(TargetLowering *Target, in AutoBundle()
341 TargetLowering::AutoBundle::~AutoBundle() { in ~AutoBundle()
349 void TargetLowering::genTargetHelperCalls() { in genTargetHelperCalls()
361 void TargetLowering::doAddressOpt() { in doAddressOpt()
378 void TargetLowering::doNopInsertion(RandomNumberGenerator &RNG) { in doNopInsertion()
402 void TargetLowering::lower() { in lower()
490 void TargetLowering::lowerInst(CfgNode *Node, InstList::iterator Next, in lowerInst()
504 void TargetLowering::lowerOther(const Inst *Instr) { in lowerOther()
513 void TargetLowering::regAlloc(RegAllocKind Kind) { in regAlloc()
572 void TargetLowering::postRegallocSplitting(const SmallBitVector &RegMask) { in postRegallocSplitting()
715 void TargetLowering::markRedefinitions() { in markRedefinitions()
735 void TargetLowering::addFakeDefUses(const Inst *Instr) { in addFakeDefUses()
763 void TargetLowering::sortVarsByAlignment(VarList &Dest, in sortVarsByAlignment()
778 void TargetLowering::getVarStackSlotParams( in getVarStackSlotParams()
874 void TargetLowering::alignStackSpillAreas(uint32_t SpillAreaStartOffset, in alignStackSpillAreas()
897 void TargetLowering::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots()
941 InstCall *TargetLowering::makeHelperCall(RuntimeHelper FuncID, Variable *Dest, in makeHelperCall()
950 bool TargetLowering::shouldOptimizeMemIntrins() { in shouldOptimizeMemIntrins()
954 void TargetLowering::scalarizeArithmetic(InstArithmetic::OpKind Kind, in scalarizeArithmetic()
963 void TargetLowering::emitWithoutPrefix(const ConstantRelocatable *C, in emitWithoutPrefix()