Home
last modified time | relevance | path

Searched refs:hasCDI (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h444 bool hasCDI() const { return HasCDI; } in hasCDI() function
DX86InstrInfo.td800 def HasCDI : Predicate<"Subtarget->hasCDI()">,
DX86ISelLowering.cpp1341 if (Subtarget.hasCDI()) { in X86TargetLowering()
1492 if (Subtarget.hasCDI()) { in X86TargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h682 bool hasCDI() const { return HasCDI; } in hasCDI() function
DX86TargetTransformInfo.cpp2219 if (ST->hasCDI()) in getIntrinsicInstrCost()
DX86InstrInfo.td871 def HasCDI : Predicate<"Subtarget->hasCDI()">;
DX86ISelLowering.cpp1594 if (Subtarget.hasCDI()) { in X86TargetLowering()
1713 if (Subtarget.hasCDI()) { in X86TargetLowering()
8447 if (Subtarget.hasCDI() && (VT.is512BitVector() || Subtarget.hasVLX())) { in lowerBuildVectorAsBroadcast()
25605 if (Subtarget.hasCDI() && in LowerVectorCTLZ()
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h724 bool hasCDI() const { return HasCDI; } in hasCDI() function
DX86TargetTransformInfo.cpp2825 if (ST->hasCDI()) in getTypeBasedIntrinsicInstrCost()
DX86InstrInfo.td897 def HasCDI : Predicate<"Subtarget->hasCDI()">;
DX86ISelLowering.cpp1664 if (Subtarget.hasCDI()) { in X86TargetLowering()
1809 if (Subtarget.hasCDI()) { in X86TargetLowering()
8712 if (!Sequence.empty() && Subtarget.hasCDI()) { in lowerBuildVectorAsBroadcast()
26793 if (Subtarget.hasCDI() && in LowerVectorCTLZ()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc551 if ((Subtarget->hasCDI()) && (Subtarget->hasVLX())) {
560 if ((Subtarget->hasCDI()) && (Subtarget->hasVLX())) {
569 if ((Subtarget->hasCDI())) {
578 if ((Subtarget->hasCDI()) && (Subtarget->hasVLX())) {
587 if ((Subtarget->hasCDI()) && (Subtarget->hasVLX())) {
596 if ((Subtarget->hasCDI())) {
3086 if ((Subtarget->hasCDI()) && (Subtarget->hasVLX())) {
3095 if ((Subtarget->hasCDI()) && (Subtarget->hasVLX())) {
3104 if ((Subtarget->hasCDI())) {
3113 if ((Subtarget->hasCDI()) && (Subtarget->hasVLX())) {
[all …]
DX86GenGlobalISel.inc203 if (Subtarget->hasCDI())