Searched refs:setAction (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp117 setAction({G_IMPLICIT_DEF, Ty}, Legal);
120 setAction({G_PHI, Ty}, Legal);
124 setAction({BinOp, Ty}, Legal);
127 setAction({Op, s32}, Legal);
128 setAction({Op, 1, s1}, Legal);
133 setAction({MemOp, Ty}, Legal);
136 setAction({MemOp, 1, p0}, Legal);
140 setAction({G_FRAME_INDEX, p0}, Legal);
141 setAction({G_GLOBAL_VALUE, p0}, Legal);
143 setAction({G_PTR_AD
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DInputInfo.h81 void setAction(const Action *A) { Act = A; } function in class:clang::driver::InputInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp121 setAction({Op, s32}, Lower);
123 setAction({Op, s32}, Custom);
125 setAction({Op, s32}, Libcall);
201 setAction({G_FNEG, Ty}, Lower);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp247 setAction({G_BRCOND, S1}, Legal); // VCC branches
248 setAction({G_BRCOND, S32}, Legal); // SCC branches
337 setAction({G_FRAME_INDEX, PrivatePtr}, Legal);
506 setAction({G_BLOCK_ADDR, CodePtr}, Legal);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp1184 CodeGen.setAction(Action);
1314 CodeGen.setAction(Action);
1981 CodeGen.setAction(Action);
2107 CodeGen.setAction(Action);
2537 RCG.setAction(Action);
2706 RCG.setAction(Action);
4450 RCG.setAction(Action);
H A DCGOpenMPRuntime.h89 void setAction(PrePostActionTy &Action) const { PrePostAction = &Action; } function in class:clang::CodeGen::final
H A DCGOpenMPRuntime.cpp1556 CodeGen.setAction(Action);
3259 CriticalOpGen.setAction(Action);
3277 MasterOpGen.setAction(Action);
3308 TaskgroupOpGen.setAction(Action);
3415 SingleOpGen.setAction(Action);
3476 OrderedOpGen.setAction(Action);
5344 RCG.setAction(Action);
5824 RCG.setAction(Action);
5947 AtomicRCG.setAction(Action);
10038 CodeGen.setAction(NoPrivActio
[all...]
H A DCGStmtOpenMP.cpp5007 PrivRCG.setAction(Action);
5037 RCG.setAction(PrivAction);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h969 void setAction(const InstrAspect &Aspect, LegalizeAction Action) {
978 /// The setAction calls record the non-size-changing legalization actions
981 /// sized type (i.e., one that was defined through a setAction call).
983 /// setAction ({G_ADD, 0, LLT::scalar(32)}, Legal);
1017 /// setAction ({G_DIV, 0, LLT::scalar(32)}, Legal);
1018 /// setAction ({G_DIV, 0, LLT::scalar(64)}, Legal);
1073 /// setAction({G_ADD, LLT::vector(8, 8)}, Legal);
1074 /// setAction({G_ADD, LLT::vector(16, 8)}, Legal);
1075 /// setAction({G_ADD, LLT::vector(2, 32)}, Legal);
1076 /// setAction({G_AD
[all...]

Completed in 168 milliseconds