/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 335 setOperationAction(ISD::CTLZ, VT, Expand); [all...] |
PPCInstrInfo.td | [all...] |
/external/llvm/lib/Analysis/ |
ValueTracking.cpp | [all...] |
/external/llvm/lib/IR/ |
Verifier.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 403 setOperationAction(ISD::CTLZ, MVT::i32, Expand); 405 setOperationAction(ISD::CTLZ, MVT::i64, Expand); [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86GenFastISel.inc | 203 // FastEmit functions for ISD::CTLZ.
[all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringBase.cpp | [all...] |
CodeGenPrepare.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.td | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.td | [all...] |
HexagonInstrInfoV4.td | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 427 setOperationAction(ISD::CTLZ, VT, Legal); 431 setOperationAction(ISD::CTLZ, VT, Expand); [all...] |
PPCInstr64Bit.td | 641 [(set i64:$rA, (ctlz i64:$rS))]>; [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.td | [all...] |
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
ValueTracking.cpp | 677 case Intrinsic::ctlz: [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
alpha-opc.c | [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
SPUInstrInfo.td | [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 314 /// \brief Return true if it is cheap to speculate a call to intrinsic ctlz. [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCalls.cpp | [all...] |
/external/mesa3d/src/amd/common/ |
ac_nir_to_llvm.c | 831 LLVMValueRef msb = ac_emit_llvm_intrinsic(&ctx->ac, "llvm.ctlz.i32", [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsISelLowering.cpp | 212 setOperationAction(ISD::CTLZ, MVT::i32, Expand); [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | [all...] |