Home
last modified time | relevance | path

Searched refs:constrainSelectedInstRegOperands (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp650 constrainSelectedInstRegOperands(*MIB, TII, TRI, RBI); in selectVaStartDarwin()
658 constrainSelectedInstRegOperands(*MIB, TII, TRI, RBI); in selectVaStartDarwin()
675 constrainSelectedInstRegOperands(*MovZ, TII, TRI, RBI); in materializeLargeCMVal()
692 constrainSelectedInstRegOperands(*MovI, TII, TRI, RBI); in materializeLargeCMVal()
717 return constrainSelectedInstRegOperands(I, TII, TRI, RBI); in select()
791 return constrainSelectedInstRegOperands(*MIB.getInstr(), TII, TRI, RBI); in select()
796 return constrainSelectedInstRegOperands(I, TII, TRI, RBI); in select()
886 constrainSelectedInstRegOperands(I, TII, TRI, RBI); in select()
906 return constrainSelectedInstRegOperands(I, TII, TRI, RBI); in select()
918 return constrainSelectedInstRegOperands(I, TII, TRI, RBI); in select()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp474 if (!constrainSelectedInstRegOperands(*CmpI, TII, TRI, RBI)) in insertComparison()
482 if (!constrainSelectedInstRegOperands(*ReadI, TII, TRI, RBI)) in insertComparison()
492 if (!constrainSelectedInstRegOperands(*Mov1I, TII, TRI, RBI)) in insertComparison()
561 return constrainSelectedInstRegOperands(*MIB, TII, TRI, RBI); in selectGlobal()
568 return constrainSelectedInstRegOperands(*MIB, TII, TRI, RBI); in selectGlobal()
583 if (!constrainSelectedInstRegOperands(*OffsetMIB, TII, TRI, RBI)) in selectGlobal()
594 return constrainSelectedInstRegOperands(*MIB, TII, TRI, RBI); in selectGlobal()
616 return constrainSelectedInstRegOperands(*MIB, TII, TRI, RBI); in selectGlobal()
633 if (!constrainSelectedInstRegOperands(*CmpI, TII, TRI, RBI)) in selectSelect()
649 if (!constrainSelectedInstRegOperands(*Mov1I, TII, TRI, RBI)) in selectSelect()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp161 if (!constrainSelectedInstRegOperands(*LUi, TII, TRI, RBI)) in select()
163 if (!constrainSelectedInstRegOperands(*ORi, TII, TRI, RBI)) in select()
188 if (!constrainSelectedInstRegOperands(*LUi, TII, TRI, RBI)) in select()
190 if (!constrainSelectedInstRegOperands(*ADDiu, TII, TRI, RBI)) in select()
202 return constrainSelectedInstRegOperands(*MI, TII, TRI, RBI); in select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp257 return constrainSelectedInstRegOperands(*Exp, TII, TRI, RBI); in selectG_INTRINSIC_W_SIDE_EFFECTS()
274 return constrainSelectedInstRegOperands(*Exp, TII, TRI, RBI); in selectG_INTRINSIC_W_SIDE_EFFECTS()
316 bool Ret = constrainSelectedInstRegOperands(*Flat, TII, TRI, RBI); in selectG_STORE()
356 return constrainSelectedInstRegOperands(I, TII, TRI, RBI); in selectG_CONSTANT()
541 return constrainSelectedInstRegOperands(*SMRD, TII, TRI, RBI); in selectSMRD()
551 return constrainSelectedInstRegOperands(*SMRD, TII, TRI, RBI); in selectSMRD()
564 return constrainSelectedInstRegOperands(*SMRD, TII, TRI, RBI); in selectSMRD()
574 return constrainSelectedInstRegOperands(*SMRD, TII, TRI, RBI); in selectSMRD()
615 bool Ret = constrainSelectedInstRegOperands(*Flat, TII, TRI, RBI); in selectG_LOAD()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp528 return constrainSelectedInstRegOperands(I, TII, TRI, RBI); in selectLoadStoreOp()
565 return constrainSelectedInstRegOperands(I, TII, TRI, RBI); in selectFrameIndexOrGep()
611 return constrainSelectedInstRegOperands(I, TII, TRI, RBI); in selectGlobalValue()
658 return constrainSelectedInstRegOperands(I, TII, TRI, RBI); in selectConstant()
857 constrainSelectedInstRegOperands(AndInst, TII, TRI, RBI); in selectZext()
963 constrainSelectedInstRegOperands(CmpInst, TII, TRI, RBI); in selectCmp()
964 constrainSelectedInstRegOperands(SetInst, TII, TRI, RBI); in selectCmp()
1021 if (!constrainSelectedInstRegOperands(AddInst, TII, TRI, RBI) || in selectUadde()
1083 return constrainSelectedInstRegOperands(I, TII, TRI, RBI); in selectExtract()
1217 return constrainSelectedInstRegOperands(I, TII, TRI, RBI); in selectInsert()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DUtils.h74 bool constrainSelectedInstRegOperands(MachineInstr &I,
DInstructionSelectorImpl.h877 constrainSelectedInstRegOperands(*OutMIs[InsnID].getInstr(), TII, TRI, in executeMatchTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp88 bool llvm::constrainSelectedInstRegOperands(MachineInstr &I, in constrainSelectedInstRegOperands() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h294 return constrainSelectedInstRegOperands(*MI, TII, TRI, RBI); in constrainAllUses()