HomeSort by relevance Sort by last modified time
    Searched defs:getSetCCResultType (Results 1 - 23 of 23) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelLowering.cpp 105 EVT PTXTargetLowering::getSetCCResultType(EVT VT) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 86 EVT getSetCCResultType(EVT VT) const {
87 return TLI.getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT);
    [all...]
LegalizeDAG.cpp 70 EVT getSetCCResultType(EVT VT) const {
71 return TLI.getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT);
    [all...]
DAGCombiner.cpp 508 /// Convenience wrapper around TargetLowering::getSetCCResultType
509 EVT getSetCCResultType(EVT VT) const {
510 return TLI.getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 139 EVT BlackfinTargetLowering::getSetCCResultType(EVT VT) const {
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 191 EVT MBlazeTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 465 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 172 EVT AlphaTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 505 EVT SPUTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 239 EVT MipsTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 459 EVT MipsTargetLowering::getSetCCResultType(const DataLayout &, LLVMContext &,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp 473 EVT PPCTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 727 EVT AArch64TargetLowering::getSetCCResultType(const DataLayout &, LLVMContext &,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1292 milliseconds