HomeSort by relevance Sort by last modified time
    Searched refs:isOperationLegalOrCustom (Results 1 - 25 of 39) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 277 if (!TLI.isOperationLegalOrCustom(ISD::AND, VT) ||
278 !TLI.isOperationLegalOrCustom(ISD::XOR, VT) ||
279 !TLI.isOperationLegalOrCustom(ISD::OR, VT))
304 if (!TLI.isOperationLegalOrCustom(ISD::SINT_TO_FP, VT) ||
305 !TLI.isOperationLegalOrCustom(ISD::SRL, VT))
340 if (TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType())) {
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp 360 TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NVT))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 541 TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NVT))
    [all...]
LegalizeDAG.cpp     [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp 578 return TLI.isOperationLegalOrCustom(Opcode, VT);
711 if (LegalOperations && !TLI.isOperationLegalOrCustom(ISD::FSUB, VT))
    [all...]
LegalizeIntegerTypes.cpp 417 TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NVT))
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 478 if (TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NewVT)) {
482 if (!isSigned && TLI.isOperationLegalOrCustom(ISD::FP_TO_UINT, NewVT)) {
    [all...]
LegalizeDAG.cpp     [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp 611 !TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType()))
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 387 if (TLI->isOperationLegalOrCustom(Opcode, VTy))
390 TLI->isOperationLegalOrCustom(Opcode, VTy.getScalarType()))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 415 if (TLI->isOperationLegalOrCustom(Opcode, EVTy))
418 TLI->isOperationLegalOrCustom(Opcode, EVTy.getScalarType()))
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 193 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
194 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other);
201 TLI->isOperationLegalOrCustom(ISD::FSQRT, VT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 319 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
320 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other);
327 TLI->isOperationLegalOrCustom(ISD::FSQRT, VT);
    [all...]
TargetLowering.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 377 /// isOperationLegalOrCustom - Return true if the specified operation is
380 bool isOperationLegalOrCustom(unsigned Op, EVT VT) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 525 if (TLI->isOperationLegalOrCustom(ISD::MULHU, VT)) {
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 687 milliseconds

1 2